From 02535d8a3799d3e2e92675cc3f0f03d0d19efaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 14:05:25 +0100 Subject: [PATCH] module: update requests to version 2.27.1 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version (#59). - [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.26.0...v2.27.1) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c07eef..b566385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources" [tool.poetry.dependencies] python = "^3.8" pyyaml = "6.0" -requests = "~2.26" +requests = "~2.27" [tool.poetry.dev-dependencies] mypy = "0.930"