Skip to content

Commit b9bbd66

Browse files
Bump urllib3 from 1.26.16 to 1.26.17 (#165)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d0f633 commit b9bbd66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ arrow = ">=0.17.0,<0.18.0"
3737
binaryornot = ">=0.4.4,<0.5.0"
3838
texttable = ">=1.6.7,<1.7.0"
3939
requests = ">=2.24,<3.0"
40-
urllib3 = "1.26.16" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
40+
urllib3 = "1.26.17" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
4141

4242
[tool.poetry.group.test.dependencies]
4343
mock = ">=4.0.3,<4.1.0"

0 commit comments

Comments
 (0)