From 6fb19584a14fa8041f33f38b730d6fc4ca9e84b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:30:32 -0400 Subject: [PATCH] Bump requests from 2.28.2 to 2.29.0 (#282) Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.29.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.28.2...v2.29.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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4804f46..0599b7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -621,14 +621,14 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.29.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, + {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, ] [package.dependencies] @@ -839,4 +839,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "18b6de8a2de4181df473d586611a5f50eb069c9c06e5b3e5866405ab14ba62a3" +content-hash = "a81bb441a9fbecd31bbcd92f2e46059708453326336b5f0139cfb8705f7d871d" diff --git a/pyproject.toml b/pyproject.toml index f79099e..ceb9490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "rfd_notify"}] [tool.poetry.dependencies] python = "^3.11" -requests = "^2.28.2" +requests = "^2.29.0" pyyaml = "^6.0" loguru = "^0.7.0" apprise = "^1.3.0"