Skip to content

Commit

Permalink
Bump the patch-updates group with 2 updates (#3505)
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 2 updates: [django-queryable-properties](https://github.com/W1ldPo1nter/django-queryable-properties) and [celery](https://github.com/celery/celery).


Updates `django-queryable-properties` from 1.8.4 to 1.8.5
- [Release notes](https://github.com/W1ldPo1nter/django-queryable-properties/releases)
- [Changelog](https://github.com/W1ldPo1nter/django-queryable-properties/blob/master/CHANGELOG.rst)
- [Commits](W1ldPo1nter/django-queryable-properties@1.8.4...1.8.5)

Updates `celery` from 5.3.4 to 5.3.6
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.3.4...v5.3.6)

---
updated-dependencies:
- dependency-name: django-queryable-properties
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Nov 30, 2023
1 parent 178d06a commit 20a81b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 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 @@ -12,7 +12,7 @@ django-localflavor = "4.0"
djangorestframework = "3.14.0"
django-ical = "1.9.2"
django-sendfile2 = "0.7.0"
django-queryable-properties = "1.8.4"
django-queryable-properties = "1.8.5"
django-oauth-toolkit = "2.3.0"
django-cors-headers = "3.14.0"
django-debug-toolbar = "4.2.0"
Expand All @@ -39,7 +39,7 @@ gunicorn = "21.2.0"
qrcode = {version = "^7.4.2", extras = ["pil"]}
freezegun = "1.2.2"
PyYAML = "6.0.1"
celery = {version = "^5.3.1", extras = ["redis"]}
celery = {version = "^5.3.6", extras = ["redis"]}

[tool.poetry.group.scss.dependencies]
# These dependencies are only needed to compile SASS, which can be done
Expand Down

0 comments on commit 20a81b3

Please sign in to comment.