From ea0010831247f50fda2d86927448cf66fa85ed6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Apr 2026 12:28:16 +0000 Subject: [PATCH] chore: bump dependencies to latest patch versions Agent-Logs-Url: https://github.com/sourcepirate/waverider/sessions/0eb950ed-09f2-47ed-9d04-1b468f41afe2 Co-authored-by: sourcepirate <5940286+sourcepirate@users.noreply.github.com> --- test-requirements.txt | 6 +++--- {{ cookiecutter.project_slug }}/requirements/base.txt | 10 +++++----- {{ cookiecutter.project_slug }}/requirements/local.txt | 6 +++--- .../requirements/production.txt | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index faaacc0..5d59b7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ # Test dependencies for cookiecutter template -pytest>=9.0.2 +pytest>=9.0.3 cookiecutter>=2.7.1 -pytest-cov>=7.0.0 +pytest-cov>=7.1.0 pytest-mock>=3.15.1 -tox>=4.49.1 +tox>=4.53.0 diff --git a/{{ cookiecutter.project_slug }}/requirements/base.txt b/{{ cookiecutter.project_slug }}/requirements/base.txt index 5202c22..2fc52e8 100644 --- a/{{ cookiecutter.project_slug }}/requirements/base.txt +++ b/{{ cookiecutter.project_slug }}/requirements/base.txt @@ -4,11 +4,11 @@ django>=6.0.0,<7.0 # Use Django 6.x # API Framework -django-ninja>=1.6.0,<2.0 +django-ninja>=1.6.2,<2.0 # Celery and related packages -celery>=5.6.2,<6.0 -redis>=7.3.0,<8.0 # Python client for Redis (used by Celery) +celery>=5.6.3,<6.0 +redis>=7.4.0,<8.0 # Python client for Redis (used by Celery) django-celery-beat>=2.9.0,<3.0 # Database-backed periodic task scheduler django-celery-results>=2.6.0,<3.0 # Celery result backend using Django ORM @@ -27,7 +27,7 @@ requests-oauthlib>=2.0.0,<3.0 # OAuth2 client library social-auth-app-django>=5.7.0,<6.0 # Social authentication (Google, GitHub, etc.) # Object-level Permissions -django-guardian>=3.3.0,<4.0 +django-guardian>=3.3.1,<4.0 # Environment variable management python-decouple>=3.8,<4.0 @@ -35,4 +35,4 @@ python-decouple>=3.8,<4.0 dj-database-url>=3.1.2,<4.0 # WSGI server for production -gunicorn>=25.1.0,<26.0 \ No newline at end of file +gunicorn>=25.3.0,<26.0 \ No newline at end of file diff --git a/{{ cookiecutter.project_slug }}/requirements/local.txt b/{{ cookiecutter.project_slug }}/requirements/local.txt index 327e376..d2d0945 100644 --- a/{{ cookiecutter.project_slug }}/requirements/local.txt +++ b/{{ cookiecutter.project_slug }}/requirements/local.txt @@ -6,12 +6,12 @@ # Useful Django extensions (runserver_plus, shell_plus, etc.) django-extensions>=4.1,<5.0 # For debugging in the browser -django-debug-toolbar>=6.2.0,<7.0 +django-debug-toolbar>=6.3.0,<7.0 # Werkzeug might be needed by runserver_plus or debug toolbar in some cases -Werkzeug>=3.1.6,<4.0 +Werkzeug>=3.1.8,<4.0 # Testing libraries -pytest>=9.0.2,<10.0 +pytest>=9.0.3,<10.0 pytest-django>=4.12.0,<5.0 # Code formatting and linting diff --git a/{{ cookiecutter.project_slug }}/requirements/production.txt b/{{ cookiecutter.project_slug }}/requirements/production.txt index 273185f..adadbc2 100644 --- a/{{ cookiecutter.project_slug }}/requirements/production.txt +++ b/{{ cookiecutter.project_slug }}/requirements/production.txt @@ -7,7 +7,7 @@ whitenoise[brotli]>=6.12.0,<7.0 # Includes brotli compression support # Production monitoring and logging -sentry-sdk[django]>=2.54.0,<3.0 # Error tracking and performance monitoring +sentry-sdk[django]>=2.58.0,<3.0 # Error tracking and performance monitoring # Add any other production-specific dependencies here # e.g., monitoring agents, specific logging libraries \ No newline at end of file