dependabot-python 0.112.4 → 0.112.5
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: bb829d5e33cdc193fa6441e68716946adb9c529c9c68ba52dfe0dff527d88551
|
|
4
|
+
data.tar.gz: d25f1473199eda6482f148a0774e828550fb98ae3fdc5cff19f9cc8f8dd9e626
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b025bd006baaaf79a946440fbc03be73653528c577273a96f30079ec3d1232e389631e49f446ebddbfbe84de63dcbd365e4ae02fe934a7bbf620e15579aebc77
|
|
7
|
+
data.tar.gz: 1cdf547318fdc6b3d991cdb0a956dcbefc7f55c605621880b04782021d1e3d1d98fee07d168a6be4c3442134fb41b4fb155af12b362170d58cb8bf6bf33dea07
|
|
@@ -364,7 +364,8 @@ module Dependabot
|
|
|
364
364
|
end
|
|
365
365
|
|
|
366
366
|
# Ideally, the requirement is satisfied by a Python version we support
|
|
367
|
-
requirement =
|
|
367
|
+
requirement =
|
|
368
|
+
Python::Requirement.requirements_array(requirement_string).first
|
|
368
369
|
version =
|
|
369
370
|
PythonVersions::SUPPORTED_VERSIONS_TO_ITERATE.
|
|
370
371
|
find { |v| requirement.satisfied_by?(Python::Version.new(v)) }
|
|
@@ -385,7 +385,8 @@ module Dependabot
|
|
|
385
385
|
end
|
|
386
386
|
|
|
387
387
|
# Ideally, the requirement is satisfied by a Python version we support
|
|
388
|
-
requirement =
|
|
388
|
+
requirement =
|
|
389
|
+
Python::Requirement.requirements_array(requirement_string).first
|
|
389
390
|
version =
|
|
390
391
|
PythonVersions::SUPPORTED_VERSIONS_TO_ITERATE.
|
|
391
392
|
find { |v| requirement.satisfied_by?(Python::Version.new(v)) }
|
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.112.
|
|
4
|
+
version: 0.112.5
|
|
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.112.
|
|
19
|
+
version: 0.112.5
|
|
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.112.
|
|
26
|
+
version: 0.112.5
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|