Skip to content

Commit

Permalink
⬆️ Bump the python-dependencies group across 1 directory with 4 updat…
Browse files Browse the repository at this point in the history
…es (#439)

Bumps the python-dependencies group with 4 updates in the /shifter directory: [django](https://github.com/django/django), [psycopg](https://github.com/psycopg/psycopg), [psycopg-binary](https://github.com/psycopg/psycopg) and [ruff](https://github.com/astral-sh/ruff).


Updates `django` from 5.1.4 to 5.1.5
- [Commits](django/django@5.1.4...5.1.5)

Updates `psycopg` from 3.2.3 to 3.2.4
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.3...3.2.4)

Updates `psycopg-binary` from 3.2.3 to 3.2.4
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.3...3.2.4)

Updates `ruff` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.1...0.9.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: psycopg-binary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent ce00823 commit 6075bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shifter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
asgiref==3.8.1
Django==5.1.4
Django==5.1.5
django-crontab==0.7.1
gunicorn==23.0.0
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg==3.2.4
psycopg-binary==3.2.4
sqlparse==0.5.3
typing_extensions==4.12.2
tblib==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion shifter/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.9.1
ruff==0.9.2

0 comments on commit 6075bfa

Please sign in to comment.