Skip to content

Commit

Permalink
build(deps): bump the django-extensions group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the django-extensions group with 4 updates: [django-environ](https://github.com/joke2k/django-environ), [django-rq](https://github.com/rq/django-rq), [django-storages](https://github.com/jschneier/django-storages) and [django-htmx](https://github.com/adamchainz/django-htmx).


Updates `django-environ` from 0.10.0 to 0.11.2
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.10.0...v0.11.2)

Updates `django-rq` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/rq/django-rq/releases)
- [Changelog](https://github.com/rq/django-rq/blob/master/CHANGELOG.md)
- [Commits](rq/django-rq@v2.8.1...v2.9.0)

Updates `django-storages` from 1.13.2 to 1.14.2
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.13.2...1.14.2)

Updates `django-htmx` from 1.16.0 to 1.17.2
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.16.0...1.17.2)

---
updated-dependencies:
- dependency-name: django-environ
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-extensions
- dependency-name: django-rq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-extensions
- dependency-name: django-storages
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-extensions
- dependency-name: django-htmx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-extensions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 0c38404 commit 051a56b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
40 changes: 21 additions & 19 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ prettytable = "^3.8.0"
courts-db = "^0.10.17"
django = "^4.2.7"
djangorestframework = "^3.14.0"
django-environ = "^0.10.0"
django-environ = "^0.11.2"
sentry-sdk = "^1.29.2"
django-csp = "^3.7"
redis = "^4.6.0"
django-rq = "^2.8.1"
django-rq = "^2.9.0"
gunicorn = "^21.2.0"
ipython = "^8.14.0"
pillow = "^10.0.0"
django-storages = "^1.13.2"
django-storages = "^1.14.2"
boto3 = "^1.28.30"
django-tailwind = "^3.6.0"
django-ratelimit = "^4.1.0"
twitterapi = "^2.8.2"
django-ses = "^3.5.0"
django-htmx = "^1.16.0"
django-htmx = "^1.17.2"
factory-boy = "^3.3.0"
faker = "^19.3.1"
disposable-email-domains = "^0.0.90"
Expand Down

0 comments on commit 051a56b

Please sign in to comment.