From ec49aae36f3f8b9a04b47200bf8a812fb3d09ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:04:42 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `0.15.3` | `2.4.0` | | [django](https://github.com/django/django) | `1.10.2` | `3.2.25` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.5.3` | `3.15.2` | | [gunicorn](https://github.com/benoitc/gunicorn) | `19.6.0` | `22.0.0` | | [paramiko](https://github.com/paramiko/paramiko) | `1.17.6` | `2.0.9` | | [pyyaml](https://github.com/yaml/pyyaml) | `3.12` | `5.4` | | [ipython](https://github.com/ipython/ipython) | `2.4.1` | `8.10.0` | Updates `django-filter` from 0.15.3 to 2.4.0 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/0.15.3...2.4.0) Updates `django` from 1.10.2 to 3.2.25 - [Commits](https://github.com/django/django/compare/1.10.2...3.2.25) Updates `djangorestframework` from 3.5.3 to 3.15.2 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.5.3...3.15.2) Updates `gunicorn` from 19.6.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.6.0...22.0.0) Updates `paramiko` from 1.17.6 to 2.0.9 - [Commits](https://github.com/paramiko/paramiko/compare/1.17.6...2.0.9) Updates `pyyaml` from 3.12 to 5.4 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.4) Updates `ipython` from 2.4.1 to 8.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-2.4.1...8.10.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: djangorestframework dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: ipython dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 9910ef17..eb5c06c4 100644 --- a/setup.py +++ b/setup.py @@ -35,31 +35,31 @@ 'dj.choices==0.11.0', 'django-auth-ldap==1.2.8', 'django-autocomplete-light==3.2.7', - 'django-filter==0.15.3', + 'django-filter==2.4.0', 'django-nose==1.4.4', 'django-rq==0.9.3', 'django-simple-history==1.8.1', - 'django==1.10.2', - 'djangorestframework==3.5.3', + 'django==3.2.25', + 'djangorestframework==3.15.2', 'factory-boy==2.3.1', 'flake8==3.3.0', - 'gunicorn==19.6.0', + 'gunicorn==22.0.0', 'ipaddr==2.1.11', 'ipaddress==1.0.17', 'mock-django==0.6.6', 'mock==0.8.0', 'MySQL-python==1.2.3', - 'paramiko==1.17.6', + 'paramiko==2.0.9', 'pyhermes>=0.1.2', 'pymongo>=2.7.2', 'python-dateutil==2.5.3', 'python-novaclient==2.17.0', - 'pyyaml==3.12', + 'pyyaml==5.4', 'rq==0.12.0', 'six==1.10.0', 'SQLAlchemy==0.7.8', # these two are not required, but we install them everytime anyway... - 'ipython==2.4.1', + 'ipython==8.10.0', 'ipdb==0.10.2', ], entry_points={