Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#61)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [django](https://github.com/django/django) and [pytz](https://github.com/stub42/pytz).


Updates `django` from 5.0.8 to 5.1.1
- [Commits](django/django@5.0.8...5.1.1)

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Oct 1, 2024
1 parent 1290c2a commit 494886c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
celery = "5.4.0"
django = "5.0.8"
django = "5.1.1"
django-celery-beat = "2.7.0"
django-hosts = "6.0"
djangorestframework = "3.15.2"
gunicorn = "23.0.0"
pillow = "10.4.0"
psycopg2-binary = "2.9.9"
pytz = "2024.1"
pytz = "2024.2"
requests = "2.32.3"
sqlparse = "0.5.1"

Expand Down

0 comments on commit 494886c

Please sign in to comment.