From f7c32a893947abab334397e38322de78ce081fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:15:12 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 12 updates Bumps the pip group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `36.0.1` | `43.0.1` | | [django](https://github.com/django/django) | `4.0.7` | `4.1.13` | | [fiona](https://github.com/Toblerity/Fiona) | `1.8.20` | `1.10.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.30` | `3.1.41` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` | | [idna](https://github.com/kjd/idna) | `3.3` | `3.7` | | [pipreqs](https://github.com/bndr/pipreqs) | `0.4.11` | `0.4.12` | | [requests](https://github.com/psf/requests) | `2.27.1` | `2.32.2` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.2` | `0.5.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.8` | `1.26.19` | | [zipp](https://github.com/jaraco/zipp) | `3.7.0` | `3.19.1` | Updates `certifi` from 2022.12.7 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04) Updates `cryptography` from 36.0.1 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...43.0.1) Updates `django` from 4.0.7 to 4.1.13 - [Commits](https://github.com/django/django/compare/4.0.7...4.1.13) Updates `fiona` from 1.8.20 to 1.10.0 - [Release notes](https://github.com/Toblerity/Fiona/releases) - [Changelog](https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt) - [Commits](https://github.com/Toblerity/Fiona/compare/1.8.20...1.10.0) Updates `gitpython` from 3.1.30 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.41) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) Updates `idna` from 3.3 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.7) Updates `pipreqs` from 0.4.11 to 0.4.12 - [Release notes](https://github.com/bndr/pipreqs/releases) - [Changelog](https://github.com/bndr/pipreqs/blob/master/HISTORY.rst) - [Commits](https://github.com/bndr/pipreqs/compare/v0.4.11...v0.4.12) Updates `requests` from 2.27.1 to 2.32.2 - [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.27.1...v2.32.2) Updates `sqlparse` from 0.4.2 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.0) Updates `urllib3` from 1.26.8 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.8...1.26.19) Updates `zipp` from 3.7.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.7.0...v3.19.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: fiona dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pipreqs dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 348306a51..83ef21ef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ bandit==1.7.1 billiard==3.6.4.0 cachetools==4.2.4 celery==5.2.3 -certifi==2022.12.7 +certifi==2024.7.4 cffi==1.15.0 chardet==4.0.0 charset-normalizer==2.0.10 @@ -20,23 +20,23 @@ click-repl==0.2.0 cligj==0.7.2 colorama==0.4.4 CoolProp==6.4.1 -cryptography==36.0.1 +cryptography==43.0.1 Cython==0.29.26 decorator==5.1.1 deepdish==0.3.7 Deprecated==1.2.13 -Django==4.0.7 +Django==4.1.13 django-celery-results==2.4.0 django-extensions==3.1.5 django-picklefield==3.0.1 django-tastypie==0.14.4 docopt==0.6.2 et-xmlfile==1.1.0 -Fiona==1.8.20 +Fiona==1.10.0 future==0.18.3 geopandas==0.10.2 gitdb==4.0.9 -GitPython==3.1.30 +GitPython==3.1.41 google-api-core==2.4.0 google-api-python-client==2.36.0 google-auth==1.35.0 @@ -44,11 +44,11 @@ google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 googleapis-common-protos==1.54.0 greenlet==1.1.2 -gunicorn==20.1.0 +gunicorn==22.0.0 h5py==3.6.0 h5pyd==0.9.2 httplib2==0.20.2 -idna==3.3 +idna==3.7 importlib-metadata==4.10.1 ipython-genutils==0.2.0 isodate==0.6.1 @@ -69,7 +69,7 @@ pandas==1.3.5 pathlib2==2.3.6 pbr==5.8.0 pexpect==4.8.0 -pipreqs==0.4.11 +pipreqs==0.4.12 prompt-toolkit==3.0.24 protobuf==3.19.5 psutil==5.9.0 @@ -89,7 +89,7 @@ pytz==2021.3 pytz-deprecation-shim==0.1.0.post0 PyYAML==6.0 redis==4.1.1 -requests==2.27.1 +requests==2.32.2 requests-oauthlib==1.3.0 requests-unixsocket==0.3.0 rollbar==0.16.2 @@ -99,7 +99,7 @@ Shapely==1.8.0 six==1.16.0 smmap==5.0.0 SQLAlchemy==1.4.30 -sqlparse==0.4.2 +sqlparse==0.5.0 stevedore==3.5.0 tables==3.7.0 toml==0.10.2 @@ -108,10 +108,10 @@ typing_extensions==4.0.1 tzdata==2021.5 tzlocal==4.1 uritemplate==4.1.1 -urllib3==1.26.8 +urllib3==1.26.19 vine==5.0.0 wcwidth==0.2.5 wrapt==1.13.3 xlrd==2.0.1 yarg==0.1.9 -zipp==3.7.0 +zipp==3.19.1