diff --git a/.changeset/willowy-scarlet-locust.md b/.changeset/willowy-scarlet-locust.md new file mode 100644 index 00000000..ef61e7f8 --- /dev/null +++ b/.changeset/willowy-scarlet-locust.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump the python group with 1 update diff --git a/poetry.lock b/poetry.lock index 8a4408f9..02c18c3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -96,17 +96,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.66" +version = "1.28.67" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.66-py3-none-any.whl", hash = "sha256:a8228522c7db33694c0746dec8b48c05473671626359dd62ab6829eb7871eddc"}, - {file = "boto3-1.28.66.tar.gz", hash = "sha256:38658585791f47cca3fc6aad03838de0136778b533e8c71c6a9590aedc60fbde"}, + {file = "boto3-1.28.67-py3-none-any.whl", hash = "sha256:7d17f987a8b4f804e5ae509a30589736a72c6db7b0e2fb1338997128fdc9a3ec"}, + {file = "boto3-1.28.67.tar.gz", hash = "sha256:8db91c0648c9dcde1cf7fb4c15cd50da1fdef573595a9b9c769a303c7531b9a6"}, ] [package.dependencies] -botocore = ">=1.31.66,<1.32.0" +botocore = ">=1.31.67,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.7.0,<0.8.0" @@ -115,13 +115,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.66" +version = "1.31.67" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.66-py3-none-any.whl", hash = "sha256:8d161a97a25eb381721b4b7251d5126ef4ec57e452114250b3e51ba5e4ff45a4"}, - {file = "botocore-1.31.66.tar.gz", hash = "sha256:70e94a5f9bd46b26b63a41fb441ad35f2ae8862ad9d90765b6fa31ccc02c0a19"}, + {file = "botocore-1.31.67-py3-none-any.whl", hash = "sha256:487fb6ee4a6612613da370599b1a1aca0e159dd9e94b2e8aaa8e6ad9cc546ded"}, + {file = "botocore-1.31.67.tar.gz", hash = "sha256:ab3b73a2e03efa1c534a94f8db4a5cf45629a53e5478d2d154b0a3e2ffb05249"}, ] [package.dependencies] @@ -1430,4 +1430,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "455f733156dfd150df22f109af7a5d854f22f81ba3dca24c4fc50d54463d7abb" +content-hash = "9815d6bfa6e81342ea7948962cb9931935a9667af5022d3829a0dce28cac5039" diff --git a/pyproject.toml b/pyproject.toml index c3510366..5b34a925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "^2.28.2" pytz = "^2023.3" aws-lambda-powertools = "^2.26.0" jmespath = "^1.0.1" -boto3 = "^1.28.66" +boto3 = "^1.28.67" requests-toolbelt = "^1.0.0" click = "^8.1.7" discord-webhook = "^1.3.0"