diff --git a/poetry.lock b/poetry.lock index 68e356a..226edf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -679,19 +679,20 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "2.2.3" 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.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [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)"] +h2 = ["h2 (>=4,<5)"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" @@ -727,4 +728,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c75bc45500a78d0291370eec04db62f5cd52648a4da627a63b207e28e9ef10e" +content-hash = "0da5aa4acc06d8b5853e375f1313784cb22519528806b62b296086efae886b48" diff --git a/pyproject.toml b/pyproject.toml index edde22f..5aeb969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,15 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -requests = "^2.31.0" -urllib3 = "1.26.18" -ipython = "^8.20.0" +requests = "^2.32.3" +urllib3 = "^2.2.3" +ipython = "^8.28.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" ruff = "^0.0.277" pre-commit = "^3.3.3" +ipython = "^8.20.0" [build-system] requires = ["poetry-core"]