dependabot-python 0.98.12 → 0.98.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a5443213ddd370d3ce82fee684b302fd990eace718db21d3198654e1174efb7
|
|
4
|
+
data.tar.gz: 9952e5622bab5aaa225721ad6a4292562be5f8ac26eced06267af1d7a828b66c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 641e9349c14b72cbda2d5b495acd5e2b71db60ef7990e42c146ef3afc58df4d75b0b87fedb0f499728498e56b439179294d61dcf1fab9bab8520951055a6a606
|
|
7
|
+
data.tar.gz: 31bcd073e6474b1a5721b7b01ea08dfaee96c063df3704d04a47198897c938438f8abab18faa63d82860122c92528d00dc704dba380f071be957d45a997743c8
|
|
@@ -60,12 +60,13 @@ module Dependabot
|
|
|
60
60
|
# This is slow, as pip-compile needs to do installs.
|
|
61
61
|
run_pip_compile_command(
|
|
62
62
|
["pyenv", "exec", "pip-compile", "--allow-unsafe",
|
|
63
|
-
"-P", dependency.name, filename]
|
|
63
|
+
"--build-isolation", "-P", dependency.name, filename]
|
|
64
64
|
)
|
|
65
65
|
# Run pip-compile a second time, without an update argument,
|
|
66
66
|
# to ensure it handles markers correctly
|
|
67
67
|
run_pip_compile_command(
|
|
68
|
-
["pyenv", "exec", "pip-compile", "--allow-unsafe",
|
|
68
|
+
["pyenv", "exec", "pip-compile", "--allow-unsafe",
|
|
69
|
+
"--build-isolation", filename]
|
|
69
70
|
)
|
|
70
71
|
end
|
|
71
72
|
|
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.98.
|
|
4
|
+
version: 0.98.13
|
|
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.98.
|
|
19
|
+
version: 0.98.13
|
|
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.98.
|
|
26
|
+
version: 0.98.13
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|