Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [djp](https://github.com/simonw/djp) | `0.2` | `0.3.1` |
| [dj-database-url](https://github.com/jazzband/dj-database-url) | `2.2.0` | `2.3.0` |
| [django](https://github.com/django/django) | `5.1.1` | `5.1.2` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.0` |



Updates `djp` from 0.2 to 0.3.1
- [Release notes](https://github.com/simonw/djp/releases)
- [Commits](simonw/djp@0.2...0.3.1)

Updates `dj-database-url` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v2.2.0...v2.3.0)

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

Updates `psycopg2-binary` from 2.9.9 to 2.9.10
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

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

---
updated-dependencies:
- dependency-name: djp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: dj-database-url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: psycopg2-binary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a2f2b56 commit 78ad8a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ django-http-debug==0.2
cloudflare==3.1.0
dateutils==0.6.12
db-to-sqlite==1.5
djp==0.2
djp==0.3.1
django-plugin-django-header==0.1.1
dj-database-url==2.2.0
dj-database-url==2.3.0
django-proxy==1.3.0
django-sql-dashboard==1.2
django-test-plus==2.2.4
Django==5.1.1
Django==5.1.2
factory-boy==3.3.1
gunicorn==23.0.0
html5lib==1.1
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pytest==8.3.3
raven>=3
requests==2.32.3
SQLAlchemy>=1.3.0
whitenoise==6.7.0
whitenoise==6.8.0
Markdown==3.7
django-hosts==6.0
pyspellchecker==0.8.1

0 comments on commit 78ad8a4

Please sign in to comment.