From 62e87eaf3cafb8aee1d5e0bc85e3198fd784025f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:01:56 +0000 Subject: [PATCH] Update types-requests requirement from ~=2.29 to ~=2.31 (#850) * Update types-requests requirement from ~=2.29 to ~=2.31 Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * remove extra newline from changie --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20230803-224623.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230803-224623.yaml diff --git a/.changes/unreleased/Dependencies-20230803-224623.yaml b/.changes/unreleased/Dependencies-20230803-224623.yaml new file mode 100644 index 000000000..97ffd5550 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230803-224623.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update types-requests requirement from ~=2.29 to ~=2.31" +time: 2023-08-03T22:46:23.00000Z +custom: + Author: dependabot[bot] + PR: 850 diff --git a/dev-requirements.txt b/dev-requirements.txt index 4dff7106d..8c50d55ac 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ pytest-xdist~=3.3 pytz~=2023.3 tox~=4.8 types-pytz~=2023.3 -types-requests~=2.29 +types-requests~=2.31 twine~=4.0 wheel~=0.41