diff --git a/poetry.lock b/poetry.lock index 81c5400..555a26c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2262,13 +2262,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" 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.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -3364,4 +3364,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "08dc3aecd02b0a613387456c9d61c63824931bc7fb793556dcb1ddad9360414a" +content-hash = "06480e66d309e189d776aa8c422ec03a5517175404e17216f7c3700a9a763a16" diff --git a/pyproject.toml b/pyproject.toml index c296806..9bbf537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pygame = "^2.4.0" pysc2 = "^3.0.0" pyyaml = "^6.0" python-utils = "^3.5.2" -requests = "^2.30.1" +requests = "^2.32.2" s2clientprotocol = "^5.0.9" scikit-image = "^0.21.0" scikit-learn = "^1.2.0"