Skip to content

Commit

Permalink
build(deps): bump the pip group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates: [djangorestframework](https://github.com/encode/django-rest-framework), [requests](https://github.com/psf/requests) and [sentry-sdk](https://github.com/getsentry/sentry-python).


Updates `djangorestframework` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `sentry-sdk` from 2.1.1 to 2.8.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.1.1...2.8.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sentry-sdk
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 52b30f2 commit b229488
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ django-environ = "0.11.2"
django-otp = "1.5.0"
django-silk = "5.1.0"
django-storages = "1.14.3"
djangorestframework = "3.15.1"
djangorestframework = "3.15.2"
factory-boy = "3.3.0"
folium = "0.16.0"
gunicorn = "22.0.0"
Expand All @@ -30,8 +30,8 @@ pyjwt = "2.8.0"
python-dateutil = "2.9.0"
pytz = "2024.1"
redis = "5.0.4"
requests = "2.31.0"
sentry-sdk = "2.1.1"
requests = "2.32.2"
sentry-sdk = "2.8.0"
tqdm = "4.66.4"
tzdata = "2024.1"
whitenoise = "6.6.0"
Expand Down
24 changes: 12 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b229488

Please sign in to comment.