Skip to content

Commit

Permalink
Bump urllib3 from 2.1.0 to 2.2.2 in /dev_tools/requirements/envs
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 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.1.0...2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 85f6d8b commit 15dfe24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ typing-extensions==4.9.0
# mypy
tzdata==2023.4
# via pandas
urllib3==2.1.0
urllib3==2.2.2
# via requests
wheel==0.42.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tzdata==2023.4
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -c envs/dev.env.txt
# requests
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/mypy.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tzdata==2023.4
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -c envs/dev.env.txt
# requests
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ tzdata==2023.4
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -c envs/dev.env.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest-extra.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ tzdata==2023.4
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -c envs/dev.env.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ tzdata==2023.4
# via
# -c envs/dev.env.txt
# pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -c envs/dev.env.txt
# requests

0 comments on commit 15dfe24

Please sign in to comment.