From d6a8519e7753007e591192b78de8d8a1cd67ab2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:26:55 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `18.0` | `22.0.0` | | [gevent](https://github.com/gevent/gevent) | `1.0` | `23.9.0` | | [pycrypto](https://github.com/pycrypto/pycrypto) | `2.6` | `2.6.1` | | [django](https://github.com/django/django) | `1.6.2` | `3.2.25` | | [django-registration](https://github.com/ubernostrum/django-registration) | `1.0` | `3.1.2` | Updates `gunicorn` from 18.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...22.0.0) Updates `gevent` from 1.0 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_0.rst) - [Commits](https://github.com/gevent/gevent/compare/1.0...23.9.0) Updates `pycrypto` from 2.6 to 2.6.1 - [Changelog](https://github.com/pycrypto/pycrypto/blob/master/ChangeLog) - [Commits](https://github.com/pycrypto/pycrypto/compare/v2.6...v2.6.1) Updates `django` from 1.6.2 to 3.2.25 - [Commits](https://github.com/django/django/compare/1.6.2...3.2.25) Updates `django-registration` from 1.0 to 3.1.2 - [Commits](https://github.com/ubernostrum/django-registration/compare/1.0...3.1.2) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: gevent dependency-type: direct:production dependency-group: pip - dependency-name: pycrypto dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: django-registration dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/deploy.txt | 6 +++--- requirements/requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 8b02f8de..2b0ef666 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,10 +1,10 @@ -gunicorn==18.0 +gunicorn==22.0.0 greenlet==0.4.2 -gevent==1.0 +gevent==23.9.0 mysql-python==1.2.3 python-memcached==1.48 -pycrypto==2.6 +pycrypto==2.6.1 raven librabbitmq==1.0.1 -r requirements.txt diff --git a/requirements/requirements.txt b/requirements/requirements.txt index f85bdf46..e451d696 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,11 +1,11 @@ South>=0.8.4,<2.0 -Django==1.6.2 +Django==3.2.25 django-localflavor-us==1.1 # pillow==2.1.0 # See unix.stackexchange.com 105265 -e git+https://github.com/python-imaging/Pillow.git#egg=Pillow django-announcements==1.0.2 django-celery==3.0.23 -django-registration==1.0 +django-registration==3.1.2 django_compressor==1.3 django-extensions==1.3.2 django-pagination==1.0.7