dependabot[bot] commited on
Commit
d16f494
·
1 Parent(s): e28d0c1

Bump rfc3986 from 1.5.0 to 2.0.0

Browse files

Bumps [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] <support@github.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -24,7 +24,7 @@ python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.
24
  pyyaml==6.0; python_version >= "3.6"
25
  regex==2022.7.25; python_version >= "3.6"
26
  requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
27
- rfc3986==1.5.0; python_version >= "3.6"
28
  six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
29
  sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
30
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
 
24
  pyyaml==6.0; python_version >= "3.6"
25
  regex==2022.7.25; python_version >= "3.6"
26
  requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
27
+ rfc3986==2.0.0; python_version >= "3.6"
28
  six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
29
  sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
30
  soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"