Skip to content

Commit

Permalink
chore(deps): bump urllib3 from 2.2.1 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 2394e5d commit 3e997e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ s3transfer==0.10.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1; python_version < '3.11'
typing-extensions==4.11.0; python_version < '3.11'
urllib3==2.2.1; python_version >= '3.10'
urllib3==2.2.2; python_version >= '3.10'
uuid==1.30
werkzeug==3.0.3; python_version >= '3.8'
xmltodict==0.13.0; python_version >= '3.4'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyasn1==0.6.0; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
s3transfer==0.10.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
urllib3==2.2.1; python_version >= '3.10'
urllib3==2.2.2; python_version >= '3.10'

0 comments on commit 3e997e9

Please sign in to comment.