diff --git a/poetry.lock b/poetry.lock index f45b6ac..54f0956 100644 --- a/poetry.lock +++ b/poetry.lock @@ -32,13 +32,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.54" +version = "1.35.68" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, - {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, + {file = "botocore-1.35.68-py3-none-any.whl", hash = "sha256:599139d5564291f5be873800711f9e4e14a823395ae9ce7b142be775e9849b94"}, + {file = "botocore-1.35.68.tar.gz", hash = "sha256:42c3700583a82f2b5316281a073d644a521d6358837e2b446dc458ba5d990fb4"}, ] [package.dependencies] @@ -356,4 +356,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "49d64ca0c77cc7226d55dd889b5ac8062ba5a46c16f65031b042ab8959ebfed6" +content-hash = "83117a8e519c3e6c0c4c9e571f4f47709b49658751cc1668ef1f1e2d6b324987" diff --git a/pyproject.toml b/pyproject.toml index ad77587..f37a0d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.10" flask = "^3.1.0" boto3 = "^1.35.54" gunicorn = "^23.0.0" -botocore = "^1.35.54" +botocore = "^1.35.68" humanize = "^4.11.0" [tool.poetry.group.dev.dependencies]