diff --git a/.changeset/drunk-tomato-bobcat.md b/.changeset/drunk-tomato-bobcat.md new file mode 100644 index 00000000..a4ba5315 --- /dev/null +++ b/.changeset/drunk-tomato-bobcat.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump requests from 2.31.0 to 2.32.0 diff --git a/poetry.lock b/poetry.lock index a125a741..8b522e8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1117,13 +1117,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" 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.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1451,4 +1451,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "622cb61b57eec2f294027042c089330e741f1ca6ff16628917a8afd7d037b1a7" +content-hash = "05a34297ae481505cc852d124ce0970b21b80a679be6364b52dda1a4e546c275" diff --git a/pyproject.toml b/pyproject.toml index 4e96dfd8..eebe0531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jinja2 = "^3.1.4" weasyprint = "^58.1" pypdf = "^4.2.0" pdf2image = "^1.16.3" -requests = "^2.28.2" +requests = "^2.32.0" pytz = "^2024.1" aws-lambda-powertools = "^2.37.0" jmespath = "^1.0.1"