From 5fcfd621831ac10013ba5a624744e9389c7744e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:00:35 -0400 Subject: [PATCH] Bump requests from 2.30.0 to 2.31.0 (#291) Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fc905f8..616c25a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -621,14 +621,14 @@ files = [ [[package]] name = "requests" -version = "2.30.0" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, - {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -839,4 +839,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "98c9daafb1d0183da06f55029be5b6769dbd1b104b97acc2ecfa2daa10df8ea7" +content-hash = "cbb73b0f13335e447d71ab14fff6992611ac7630b0d432a230adf0eb99641103" diff --git a/pyproject.toml b/pyproject.toml index 25168b2..bb11c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "rfd_notify"}] [tool.poetry.dependencies] python = "^3.11" -requests = "^2.30.0" +requests = "^2.31.0" pyyaml = "^6.0" loguru = "^0.7.0" apprise = "^1.3.0"