From 4e90625e3483d1fb6c7309a590c3ee498f13cb9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:40:49 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 10 updates Bumps the pip group with 10 updates in the /backend/uclapi directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `3.2.23` | `4.2.22` | | [deepdiff](https://github.com/seperman/deepdiff) | `6.3.1` | `8.6.1` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.2` | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.7.0` | | [eventlet](https://github.com/eventlet/eventlet) | `0.33.3` | `0.40.3` | | [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `23.0.0` | | [python-jose](https://github.com/mpdavis/python-jose) | `3.3.0` | `3.4.0` | | [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.4` | | [tqdm](https://github.com/tqdm/tqdm) | `4.65.0` | `4.66.3` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `44.0.1` | Updates `django` from 3.2.23 to 4.2.22 - [Commits](https://github.com/django/django/compare/3.2.23...4.2.22) Updates `deepdiff` from 6.3.1 to 8.6.1 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) Updates `djangorestframework` from 3.14.0 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.2) Updates `dnspython` from 2.4.2 to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.2...v2.7.0) Updates `eventlet` from 0.33.3 to 0.40.3 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.33.3...0.40.3) Updates `gunicorn` from 21.2.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `requests` from 2.32.2 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.4) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) Updates `cryptography` from 43.0.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production dependency-group: pip - dependency-name: deepdiff dependency-version: 8.6.1 dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-version: 3.15.2 dependency-type: direct:production dependency-group: pip - dependency-name: dnspython dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: eventlet dependency-version: 0.40.3 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/uclapi/requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/uclapi/requirements.txt b/backend/uclapi/requirements.txt index d8658ee37..c7979d01d 100644 --- a/backend/uclapi/requirements.txt +++ b/backend/uclapi/requirements.txt @@ -5,20 +5,20 @@ django-celery-beat==2.5.0 ciso8601==2.3.1 cx-Oracle==8.3.0 django-cors-headers==4.2.0 -Django==3.2.23 -deepdiff==6.3.1 +Django==4.2.22 +deepdiff==8.6.1 django-dotenv==1.4.2 django-mock-queries==2.2.0 django-storages==1.13.2 -djangorestframework==3.14.0 +djangorestframework==3.15.2 django-postgrespool2==2.0.5 django-filter==23.2 -dnspython==2.4.2 -eventlet==0.33.3 +dnspython==2.7.0 +eventlet==0.40.3 freezegun==1.2.2 flake8==6.1.0 gevent==23.9.0 -gunicorn==21.2.0 +gunicorn==23.0.0 greenlet==2.0.2 hiredis==2.2.3 lxml==4.9.3 @@ -27,18 +27,18 @@ pycodestyle==2.11.0 pycryptodome==3.21.0 psycopg2-binary==2.9.7 python-dateutil==2.8.2 -python-jose==3.3.0 +python-jose==3.4.0 pytz==2024.2 requests-futures==1.0.1 redis==4.6.0 sentry-sdk==2.8.0 -requests==2.32.2 +requests==2.32.4 Sphinx==4.3.0 SQLAlchemy==1.4.46 -tqdm==4.65.0 +tqdm==4.66.3 validators==0.20.0 requests-mock==1.11.0 -cryptography==43.0.1 +cryptography==44.0.1 # Contains fix for Cookie max-age bug https://github.com/jazzband/django-revproxy/issues/161 git+https://github.com/slaxor505/django-revproxy@51cc819 git+https://github.com/uclapi/django-webpack-loader@master#egg=django-webpack-loader