Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#65)
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 [sqlparse](https://github.com/andialbrecht/sqlparse).


Updates `django` from 5.1.2 to 5.1.3
- [Commits](django/django@5.1.2...5.1.3)

Updates `sqlparse` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sqlparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 6b28d53 commit 06bef5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
celery = "5.4.0"
django = "5.1.2"
django = "5.1.3"
django-celery-beat = "2.7.0"
django-hosts = "6.0"
djangorestframework = "3.15.2"
Expand All @@ -18,7 +18,7 @@ pillow = "11.0.0"
psycopg2-binary = "2.9.10"
pytz = "2024.2"
requests = "2.32.3"
sqlparse = "0.5.1"
sqlparse = "0.5.2"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 06bef5a

Please sign in to comment.