From 6075bfa754b1722c632dba4f29542e804a3ac846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:56:00 +0000 Subject: [PATCH] :arrow_up: Bump the python-dependencies group across 1 directory with 4 updates (#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](https://github.com/django/django/compare/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](https://github.com/psycopg/psycopg/compare/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](https://github.com/psycopg/psycopg/compare/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](https://github.com/astral-sh/ruff/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shifter/requirements.txt | 6 +++--- shifter/requirements_dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shifter/requirements.txt b/shifter/requirements.txt index 6d8d737..b23bb75 100644 --- a/shifter/requirements.txt +++ b/shifter/requirements.txt @@ -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 diff --git a/shifter/requirements_dev.txt b/shifter/requirements_dev.txt index d8e72ae..e3b98ed 100644 --- a/shifter/requirements_dev.txt +++ b/shifter/requirements_dev.txt @@ -1 +1 @@ -ruff==0.9.1 \ No newline at end of file +ruff==0.9.2 \ No newline at end of file