Skip to content

Commit

Permalink
Bump urllib3 from 1.26.18 to 1.26.19 (#804)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 20bef44 commit 2f20986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ sphinx==5.0.0
sphinx-rtd-theme==1.0.0
typeguard==2.13.3
typing==3.7.4.3
urllib3==1.26.18
urllib3==1.26.19
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'sphinx==5.0.0', # readthedocs
'typeguard==2.13.3', # checking types
'typing==3.7.4.3',
'urllib3==1.26.18', # required by jira
'urllib3==1.26.19', # required by jira
'azure-mgmt-resource==23.0.1',
'azure-mgmt-compute==30.1.0',
'azure-mgmt-network==25.0.0',
Expand Down
2 changes: 1 addition & 1 deletion tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ retry==0.9.2
setuptools
SoftLayer==6.0.0
typeguard==2.13.3
urllib3==1.26.18
urllib3==1.26.19

0 comments on commit 2f20986

Please sign in to comment.