Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
e41b319
1
Parent(s):
91f69c2
Bump rfc3986 from 1.5.0 to 2.0.0
Browse filesBumps [rfc3986](https://github.com/python-hyper/rfc3986) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/python-hyper/rfc3986/releases)
- [Commits](https://github.com/python-hyper/rfc3986/compare/1.5.0...2.0.0)
---
updated-dependencies:
- dependency-name: rfc3986
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -25,7 +25,7 @@ python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.
|
|
25 |
pyyaml==6.0; python_version >= "3.6"
|
26 |
regex==2022.7.25; python_version >= "3.6"
|
27 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
28 |
-
rfc3986==
|
29 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
30 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
31 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
|
|
25 |
pyyaml==6.0; python_version >= "3.6"
|
26 |
regex==2022.7.25; python_version >= "3.6"
|
27 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
28 |
+
rfc3986==2.0.0; python_version >= "3.6"
|
29 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
30 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
31 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|