Skip to content

Commit accb892

Browse files
Bump requests from 2.28.2 to 2.31.0 in /{{cookiecutter.project_slug}} (#549)
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99002b6 commit accb892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ pyyaml==6.0
282282
# via drf-spectacular
283283
redis==4.4.2
284284
# via django (pyproject.toml)
285-
requests==2.28.2
285+
requests==2.31.0
286286
# via
287287
# django-healthchecks
288288
# djangorestframework-stubs

{{cookiecutter.project_slug}}/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pyyaml==6.0
8989
# via drf-spectacular
9090
redis==4.4.2
9191
# via django (pyproject.toml)
92-
requests==2.28.2
92+
requests==2.31.0
9393
# via django-healthchecks
9494
sentry-sdk==1.14.0
9595
# via django (pyproject.toml)

0 commit comments

Comments
 (0)