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