diff --git a/poetry.lock b/poetry.lock index 91fc75d4..0b14e5c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2443,19 +2443,19 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "2.1.0" 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.*" +python-versions = ">=3.8" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, + {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, ] [package.extras] -brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "urwid" @@ -2651,4 +2651,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "11c59d96fc4ed80d123c217ae140ff8cdf7b304863079d7f9e00786f25446ee3" +content-hash = "2df7abe7a8e0e50d822d879128e2ba9118891cdc4d9eb9a5fe519891f9718b58" diff --git a/pyproject.toml b/pyproject.toml index 0dce2eac..a36395f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ all = ["mongoengine", "SQLAlchemy"] [tool.poetry.group.dev.dependencies] nox = "^2023.0.0" ruff = "^0.1.0" -urllib3 = "<=2.0" +urllib3 = "<=2.1.0" [build-system] build-backend = "poetry.core.masonry.api"