Skip to content

Commit

Permalink
build(deps): bump the django-extensions group across 1 directory with…
Browse files Browse the repository at this point in the history
… 4 updates

Bumps the django-extensions group with 4 updates in the / directory: [django-rq](https://github.com/rq/django-rq), [django-ses](https://github.com/django-ses/django-ses), [django-htmx](https://github.com/adamchainz/django-htmx) and [django-permissions-policy](https://github.com/adamchainz/django-permissions-policy).


Updates `django-rq` from 2.10.2 to 3.0.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.10.2...v3.0)

Updates `django-ses` from 4.1.0 to 4.3.0
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/main/CHANGES.md)
- [Commits](django-ses/django-ses@v4.1.0...v4.3.0)

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

Updates `django-permissions-policy` from 4.21.0 to 4.23.0
- [Changelog](https://github.com/adamchainz/django-permissions-policy/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-permissions-policy@4.21.0...4.23.0)

---
updated-dependencies:
- dependency-name: django-rq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django-extensions
- dependency-name: django-ses
  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
- dependency-name: django-permissions-policy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-extensions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 7e6082a commit cc14c3f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 45 deletions.
69 changes: 28 additions & 41 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 @@ -41,7 +41,7 @@ django-environ = "^0.11.2"
sentry-sdk = "^2.14.0"
django-csp = "^3.8"
redis = "^5.1.0"
django-rq = "^2.10.2"
django-rq = "^3.0.0"
gunicorn = "^23.0.0"
ipython = "^8.27.0"
pillow = "^10.4.0"
Expand All @@ -50,14 +50,14 @@ boto3 = "^1.35.21"
django-tailwind = "^3.8.0"
django-ratelimit = "^4.1.0"
twitterapi = "^2.8.2"
django-ses = "^4.1.0"
django-htmx = "^1.19.0"
django-ses = "^4.3.0"
django-htmx = "^1.21.0"
factory-boy = "^3.3.0"
faker = "^30.1.0"
disposable-email-domains = "^0.0.90"
django-hcaptcha = "^0.2.0"
beautifulsoup4 = "^4.12.2"
django-permissions-policy = "^4.21.0"
django-permissions-policy = "^4.23.0"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand Down

0 comments on commit cc14c3f

Please sign in to comment.