diff --git a/poetry.lock b/poetry.lock index ab7a6463..0dcf1d33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2510,13 +2510,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -3003,13 +3003,13 @@ test = ["codecov", "coverage", "mypy", "nptyping (>=1.3.0)", "numpy", "pycodesty [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] @@ -3165,4 +3165,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "efdbffc3aeb014f615741b18646f6bb246d6c92246c74dc4eedb66e48fe638eb" +content-hash = "a5a9ba3a979964a570f07d367cdf43269ed50c70773099a67f5f4b0ec88e076b" diff --git a/pyproject.toml b/pyproject.toml index 3e0a236b..3f456475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ stubber = "stubber.stubber:stubber_cli" [tool.poetry.dependencies] python = ">=3.9,<4.0" python-minifier = { version = "^2.7.0", python = "<3.12" } # no support for 3.12 yet -requests = "^2.28.0" +requests = "^2.32.3" mypy = "1.9.0" mpflash = "^0.9.0" mpremote = "^1.23.0" @@ -74,6 +74,7 @@ tenacity = "^8.2.2" tomli = { version = "^2.0.1", python = "<3.11" } tomli-w = "^1.0.0" typed-config = "^1.3.0" +urllib3 = "^2.2.2" [tool.poetry.group.docs] optional = true