dependabot-python 0.95.24 → 0.95.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77c5558913e5312f0849053bc2c01fa75d93c34e916f81dae0e03407516ee851
4
- data.tar.gz: 0fe7531db64bf8b6c273ef789ee9fa893d1c54c5a068d88667066f21603195c5
3
+ metadata.gz: f29af57b1aae65dc11e7bd81f7e8a744de336cf768c92b67ff55f0aa7bde7075
4
+ data.tar.gz: 29bcdebf550ea3afcb21375fdf1431ebb8655e349c847b95398d34520afd5ac5
5
5
  SHA512:
6
- metadata.gz: 26dcdfaea1e90b74b17548fdd039151c3f79939ac0b01bba7b84d187c9ef259ffe0218ffb572f223e8e442b48c3121138fe0fbce85390617a2ed19e1dea7600e
7
- data.tar.gz: 2c85ee59b169b8cc4b3ae1cbcd1b2d982bcdbba27e345bb151539f1e1e7e7e1dc9230688545be30dfa381038b7630b1204357a140f13243663b9c9449932e65d
6
+ metadata.gz: 016bb6feecb43167f4fb27a2ecbc4e8edea05d46baf7261e0d4bd7f628000f3d6291d570ea0ef0129fcf096b2cda686c4be4ba0d1d5b71f949dd33e2d9df03c4
7
+ data.tar.gz: 9a9102b02c94598f9e17bcd66cbc29a6c27677896381a1c72322c5669a2612c2e0df69c43593ab10ffe450312ee7b5f35de33d987e48e968137e57eef26e35fe
@@ -130,7 +130,7 @@ module Dependabot
130
130
  env_cmd = [python_env, command].compact
131
131
  start = Time.now
132
132
  stdout, process = Open3.capture2e(*env_cmd)
133
- time_taken = start - Time.now
133
+ time_taken = Time.now - start
134
134
 
135
135
  # Raise an error with the output from the shell session if
136
136
  # pip-compile returns a non-zero status
@@ -241,7 +241,7 @@ module Dependabot
241
241
  def run_pipenv_command(command)
242
242
  start = Time.now
243
243
  stdout, process = Open3.capture2e(command)
244
- time_taken = start - Time.now
244
+ time_taken = Time.now - start
245
245
 
246
246
  # Raise an error with the output from the shell session if Pipenv
247
247
  # returns a non-zero status
@@ -169,7 +169,7 @@ module Dependabot
169
169
  def run_poetry_command(command)
170
170
  start = Time.now
171
171
  stdout, process = Open3.capture2e(command)
172
- time_taken = start - Time.now
172
+ time_taken = Time.now - start
173
173
 
174
174
  # Raise an error with the output from the shell session if Pipenv
175
175
  # returns a non-zero status
@@ -145,7 +145,7 @@ module Dependabot
145
145
  env_cmd = [python_env, command].compact
146
146
  start = Time.now
147
147
  stdout, process = Open3.capture2e(*env_cmd)
148
- time_taken = start - Time.now
148
+ time_taken = Time.now - start
149
149
 
150
150
  # Raise an error with the output from the shell session if
151
151
  # pip-compile returns a non-zero status
@@ -458,7 +458,7 @@ module Dependabot
458
458
 
459
459
  start = Time.now
460
460
  stdout, process = Open3.capture2e(command)
461
- time_taken = start - Time.now
461
+ time_taken = Time.now - start
462
462
 
463
463
  # Raise an error with the output from the shell session if Pipenv
464
464
  # returns a non-zero status
@@ -292,7 +292,7 @@ module Dependabot
292
292
  def run_poetry_command(command)
293
293
  start = Time.now
294
294
  stdout, process = Open3.capture2e(command)
295
- time_taken = start - Time.now
295
+ time_taken = Time.now - start
296
296
 
297
297
  # Raise an error with the output from the shell session if Pipenv
298
298
  # returns a non-zero status
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-python
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.24
4
+ version: 0.95.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.95.24
19
+ version: 0.95.25
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.95.24
26
+ version: 0.95.25
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement