chore(pip-prod)(deps): bump urllib3 from 2.2.2 to 2.2.3

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3.
- [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/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-13 01:03:32 +00:00 committed by Luke Tainton
parent 76a446d867
commit fa48f83589
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -670,13 +670,13 @@ files = [
[[package]] [[package]]
name = "urllib3" name = "urllib3"
version = "2.2.2" version = "2.2.3"
description = "HTTP library with thread-safe connection pooling, file post, and more." description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"},
{file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"},
] ]
[package.extras] [package.extras]
@ -767,4 +767,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "00b2ac2f8694e7b0709d313a9bf39ac4b3537d5d7d88f706ddccd6b8201c5304" content-hash = "f206d5141a6fcb157f66a1788c5e2e0a0015734950e5c46876fc5c9bfec18273"

View File

@ -33,7 +33,7 @@ six = "1.16.0"
tabulate = "0.9.0" tabulate = "0.9.0"
tomli = "2.0.1" tomli = "2.0.1"
tomlkit = "0.13.2" tomlkit = "0.13.2"
urllib3 = "2.2.2" urllib3 = "2.2.3"
wrapt = "1.16.0" wrapt = "1.16.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]