dependabot-python 0.219.0 → 0.220.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 +4 -4
- data/helpers/requirements.txt +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3abbf24c6db72f42cd0e1ab35edcd28a82ad9200ea5c4af093cb38eb8b862de
|
4
|
+
data.tar.gz: 7709cbf36bcd8012071198e47446b0a048620a83332060ed2308fc45e815135e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59850666cdb1fefa50d7166b27e72bb9ed666051167d0b0c59c151068357da6ae79827c6452a41e59ec982f539fefcc1ab94db45c1bf082e5c8c3a8a7f87889a
|
7
|
+
data.tar.gz: 3d05d36a387f60f8bd957e88eed641333a823b55186824e0f2220c72dfcde2fe202944c1a2c20a38febe45ac2e530c0f88ff3cca135e48a85de5cefec953c2f1
|
data/helpers/requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
pip>=21.3.1,<23.2.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
|
2
|
-
pip-tools>=6.4.0,<=6.
|
2
|
+
pip-tools>=6.4.0,<=6.13.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
|
3
3
|
hashin==0.17.0
|
4
4
|
pipenv==2022.4.8
|
5
5
|
pipfile==0.0.2
|
6
|
-
poetry>=1.1.15,<1.
|
6
|
+
poetry>=1.1.15,<1.6.0
|
7
7
|
wheel==0.37.1
|
8
8
|
|
9
9
|
# Some dependencies will only install if Cython is present
|
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.220.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.220.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.220.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -260,7 +260,7 @@ licenses:
|
|
260
260
|
- Nonstandard
|
261
261
|
metadata:
|
262
262
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
263
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
263
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.220.0
|
264
264
|
post_install_message:
|
265
265
|
rdoc_options: []
|
266
266
|
require_paths:
|