Skip to content

Commit

Permalink
chore(deps): bump the python group in /backend with 4 updates (#546)
Browse files Browse the repository at this point in the history
Bumps the python group in /backend with 4 updates: [django](https://github.com/django/django), [django-model-utils](https://github.com/jazzband/django-model-utils), [urllib3](https://github.com/urllib3/urllib3) and [pip-tools](https://github.com/jazzband/pip-tools).


Updates `django` from 5.0.1 to 5.0.2
- [Commits](django/django@5.0.1...5.0.2)

Updates `django-model-utils` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/jazzband/django-model-utils/releases)
- [Changelog](https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst)
- [Commits](jazzband/django-model-utils@4.3.1...4.4.0)

Updates `urllib3` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.1.0...2.2.1)

Updates `pip-tools` from 7.3.0 to 7.4.0
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@7.3.0...7.4.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: django-model-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pip-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent f0e6476 commit 9e85fa4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,28 @@
#
autopep8==2.0.4
# via -r dev-requirements.in
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r dev-requirements.in
pycodestyle==2.10.0
# via autopep8
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyyaml==6.0.1
# via -r dev-requirements.in
tomli==2.0.1
# via
# autopep8
# build
# pip-tools
# pyproject-hooks
uritemplate==4.1.1
# via -r dev-requirements.in
wheel==0.40.0
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4==4.12.3
# via -r requirements.in
dj-database-url==2.1.0
# via -r requirements.in
django==5.0.1
django==5.0.2
# via
# -r requirements.in
# dj-database-url
Expand All @@ -25,7 +25,7 @@ django-apscheduler==0.6.2
# via -r requirements.in
django-filter==23.5
# via -r requirements.in
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements.in
djangorestframework==3.14.0
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ tzdata==2023.3
# via pytz-deprecation-shim
tzlocal==5.0.1
# via apscheduler
urllib3==2.1.0
urllib3==2.2.1
# via -r requirements.in
whitenoise==6.6.0
# via -r requirements.in
Expand Down

0 comments on commit 9e85fa4

Please sign in to comment.