diff --git a/poetry.lock b/poetry.lock index fb2d875..9e9553a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -124,18 +124,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.42.15" +version = "1.42.17" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.15-py3-none-any.whl", hash = "sha256:94aabb83e3be3e2ea5ffa530cd5e221e8f4eb65f8d126d097e03d1ab80e5c5ce"}, - {file = "boto3-1.42.15.tar.gz", hash = "sha256:d673c9b6bb9e293e028e354de6701351f1881e3fbeb25d739dd33c4940a30929"}, + {file = "boto3-1.42.17-py3-none-any.whl", hash = "sha256:e0ee40f7102712452f6776af891c8f49b5ae9133bdaf22711d6f4a78963c2614"}, + {file = "boto3-1.42.17.tar.gz", hash = "sha256:8a2e345e96d5ceba755c55539c93f99705f403fbfdeef2e838eabdc56750828b"}, ] [package.dependencies] -botocore = ">=1.42.15,<1.43.0" +botocore = ">=1.42.17,<1.43.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.16.0,<0.17.0" @@ -582,14 +582,14 @@ xray = ["mypy-boto3-xray (>=1.42.0,<1.43.0)"] [[package]] name = "botocore" -version = "1.42.15" +version = "1.42.17" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.42.15-py3-none-any.whl", hash = "sha256:888ec4a817cbc56a93d5945b458621d8a6f580694373f8e93f68984f27523913"}, - {file = "botocore-1.42.15.tar.gz", hash = "sha256:504c548aa333728c99a692908d3e6acb718983585ad7a836d2fab9604518a636"}, + {file = "botocore-1.42.17-py3-none-any.whl", hash = "sha256:a832e4c04e63141221480967e9e511363aa54d24c405935fccb913a18583c96b"}, + {file = "botocore-1.42.17.tar.gz", hash = "sha256:d73fe22c8e1497e4d59ff7dc68eb05afac68a4a6457656811562285d6132bc04"}, ] [package.dependencies] @@ -1559,4 +1559,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "4153771b4917ccfe6e9949c2b887dd1fe0653a13401befa66d331b221ad58b5f" +content-hash = "2dfa49ec7a46844a9b067edcf1b0bff0ce7c135771dd17030c7cb419da50a00b" diff --git a/pyproject.toml b/pyproject.toml index 25e159c..48f881e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/RoboJackets/gatech-aws-credentials" [tool.poetry.dependencies] python = "^3.10" requests = "2.32.5" -boto3 = "1.42.15" +boto3 = "1.42.17" beautifulsoup4 = "4.14.3" keyring = "25.4.1"