diff options
author | 2025-07-12 21:31:17 +0200 | |
---|---|---|
committer | 2025-07-12 21:31:17 +0200 | |
commit | 659a980d34c4cc935b7bc5a5a62d771cb1738b99 (patch) | |
tree | fcd7e28a0d44c97ff0a0466462275e666900e89b | |
parent | Merge pull request #1521 from python-discord/dependabot/pip/django-5.1.9 (diff) | |
parent | Bump urllib3 from 2.3.0 to 2.5.0 (diff) |
Merge pull request #1540 from python-discord/dependabot/pip/urllib3-2.5.0
Bump urllib3 from 2.3.0 to 2.5.0
-rw-r--r-- | poetry.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock index 2ce54659..5188898c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1270,14 +1270,14 @@ files = [ [[package]] name = "urllib3" -version = "2.3.0" +version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, - {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, + {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, + {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, ] [package.extras] |