diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-18 01:20:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 01:20:13 +0000 |
commit | 2216976696c46052e4006937c7f137695544460c (patch) | |
tree | 42ec83092e1126e155683ee2353bbedae72840ce | |
parent | 6e88a59bff923db4e53aea3314435b9f2105e7e6 (diff) |
Bump urllib3 from 1.26.17 to 1.26.18 in /tools/koblingsplandependabot/pip/tools/koblingsplan/urllib3-1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | tools/koblingsplan/poetry.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/koblingsplan/poetry.lock b/tools/koblingsplan/poetry.lock index 8236e13..22937ee 100644 --- a/tools/koblingsplan/poetry.lock +++ b/tools/koblingsplan/poetry.lock @@ -205,13 +205,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "urllib3" -version = "1.26.17" +version = "1.26.18" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ - {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, - {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, + {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, + {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, ] [package.extras] |