Skip to content

Commit

Permalink
Bump the python group across 1 directory with 4 updates (#331)
Browse files Browse the repository at this point in the history
Bumps the python group with 4 updates in the / directory: [django-cors-headers](https://github.com/adamchainz/django-cors-headers), [django-health-check](https://github.com/revsys/django-health-check), [redis](https://github.com/redis/redis-py) and [whitenoise](https://github.com/evansd/whitenoise).


Updates `django-cors-headers` from 4.3.1 to 4.4.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.3.1...4.4.0)

Updates `django-health-check` from 3.18.2 to 3.18.3
- [Release notes](https://github.com/revsys/django-health-check/releases)
- [Changelog](https://github.com/revsys/django-health-check/blob/master/docs/changelog.rst)
- [Commits](revsys/django-health-check@3.18.2...3.18.3)

Updates `redis` from 5.0.4 to 5.0.7
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.7)

Updates `whitenoise` from 6.6.0 to 6.7.0
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.6.0...6.7.0)

---
updated-dependencies:
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: django-health-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

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 Jul 7, 2024
1 parent 7d994f6 commit e327fb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -18,21 +18,21 @@ python = "^3.11"
django = "5.0.6"
django-celery-beat = "2.6.0"
django-celery-results = "2.5.1"
django-cors-headers = "4.3.1"
django-cors-headers = "4.4.0"
django-environ = "0.11.2"
django-filter = "24.2"
django-health-check = "3.18.2"
django-health-check = "3.18.3"
django-jazzmin = "3.0.0"
djangorestframework = "3.15.2"
djangorestframework-simplejwt = "5.3.1"
drf_spectacular = { version = "0.27.2", extras = ["sidecar"] }
gunicorn = "22.0.0"
psycopg2-binary = "2.9.9"
pyyaml = "6.0.1"
redis = "5.0.4"
redis = "5.0.7"
tqdm = "4.66.4"
uritemplate = "4.1.1"
whitenoise = "6.6.0"
whitenoise = "6.7.0"

# Optional dependencies installed via extras
django-auth-ldap = { version = "4.8.0", optional = true }
Expand Down

0 comments on commit e327fb0

Please sign in to comment.