From 788f714c400e1d413963a65b1ed85ed364b80380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 04:05:10 +0000 Subject: [PATCH] Update requests requirement from ~=2.28.2 to >=2.28.2,<2.31.0 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.30.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9740c53..cd3d748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ keywords = ["arachnio", "arachn.io"] # Some day, we should be able to sync requirements.txt to pyproject.toml... dependencies = [ - "requests~=2.28.2", + "requests>=2.28.2,<2.31.0", 'tomli; python_version < "3.11"' ] requires-python = ">=3.9" diff --git a/requirements.txt b/requirements.txt index 7656ef0..7c1aa95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests~=2.28.2 \ No newline at end of file +requests>=2.28.2,<2.31.0 \ No newline at end of file