From bf4a56503f9a92bbb710267a6049c3230d8528b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:00:03 -0400 Subject: [PATCH] --- (#9) updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5054e0d..d9b7fd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1550,13 +1550,13 @@ Pillow = "*" [[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] @@ -1882,4 +1882,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "7910e55aea128d030f7af11f1dda534cc12065ce456ebb150a5f8aab270c98a7" +content-hash = "b09923e729430dc6b7c4fcd28c69ae29282486704dee5a41531c4ccbf7d11e9b" diff --git a/pyproject.toml b/pyproject.toml index 0815a17..710916c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = ">=3.9,<3.11" pandas = ">1.5.3" tqdm = "^4.66.1" matplotlib = "^3.8.0" -requests = "^2.31.0" +requests = "^2.32.0" dask = "^2023.9.2" names = "^0.3.0" CairoSVG = "^2.7.1"