Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
07ef3bf237
Bump requests from 2.29.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0.
- [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.29.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:50:31 +00:00
3 changed files with 4 additions and 6 deletions

View file

@ -40,7 +40,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.270'
rev: 'v0.0.269'
hooks:
- id: ruff
args: [--fix]

View file

@ -78,7 +78,7 @@ rcssmin==1.1.1
# via -r requirements.in
readtime==2.0.0
# via -r requirements.in
requests==2.29.0
requests==2.31.0
# via
# -r requirements.in
# django-anymail

View file

@ -126,10 +126,8 @@ pyyaml==6.0
# via
# pre-commit
# vcrpy
requests==2.29.0
# via
# -c constraints.txt
# bpython
requests==2.31.0
# via bpython
ruff==0.0.263
# via -r requirements-dev.in
six==1.16.0