dependabot-python 0.168.0 → 0.169.0
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: fd3300c3e902c851404f800007215343e308501440fd0fe47cf01d10d8377157
|
|
4
|
+
data.tar.gz: e5da25f1e44e6be09e3738c235a664641f99c057cedde46a8e3535d5d770b512
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cea3ee7b51609f9e4a045e7355fa4269201f3a1f4faa7aa35a420478ab5236c389147b316d3dde5620d685a2f472ccabf0bde24e4ecb93c1d56a6c76ccb09dd9
|
|
7
|
+
data.tar.gz: be9f3ba2d5c70df776b5e473d2836f52ca2353d4dc3edcad22adfd2d2b50086963049cee3a533b68598bfb22d14c86778fa11307da5404f994a78fa256d51a3c
|
data/helpers/requirements.txt
CHANGED
|
@@ -25,7 +25,7 @@ module Dependabot
|
|
|
25
25
|
# rubocop:disable Metrics/ClassLength
|
|
26
26
|
class PipCompileVersionResolver
|
|
27
27
|
GIT_DEPENDENCY_UNREACHABLE_REGEX =
|
|
28
|
-
/git clone -q (?<url>[^\s]+).* /.freeze
|
|
28
|
+
/git clone --filter=blob:none -q (?<url>[^\s]+).* /.freeze
|
|
29
29
|
GIT_REFERENCE_NOT_FOUND_REGEX =
|
|
30
30
|
/egg=(?<name>\S+).*.*WARNING: Did not find branch or tag \'(?<tag>[^\n"]+)\'/m.freeze
|
|
31
31
|
NATIVE_COMPILATION_ERROR =
|
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.
|
|
4
|
+
version: 0.169.0
|
|
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.
|
|
19
|
+
version: 0.169.0
|
|
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.
|
|
26
|
+
version: 0.169.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|