From 5d2af51a178c8695bfd8b5548210c7be51ff0bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:51:27 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 7 updates Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml), [gunicorn](https://github.com/benoitc/gunicorn), [eventlet](https://github.com/eventlet/eventlet), [gitpython](https://github.com/gitpython-developers/GitPython), [paramiko](https://github.com/paramiko/paramiko), [pymongo](https://github.com/mongodb/mongo-python-driver) and [python-gnupg](https://github.com/vsajip/python-gnupg) to permit the latest version. Updates `pyyaml` to 6.0.1 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...6.0.1) Updates `gunicorn` from 19.7.1 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...22.0.0) Updates `eventlet` from 0.19.0 to 0.35.2 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.19.0...v0.35.2) Updates `gitpython` from 2.1.7 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/2.1.7...3.1.41) Updates `paramiko` from 2.2.1 to 2.2.4 - [Commits](https://github.com/paramiko/paramiko/compare/2.2.1...2.2.4) Updates `pymongo` from 3.4.0 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.4.0...4.6.3) Updates `python-gnupg` from 0.4.1 to 0.4.4 - [Release notes](https://github.com/vsajip/python-gnupg/releases) - [Changelog](https://github.com/vsajip/python-gnupg/blob/master/release) - [Commits](https://github.com/vsajip/python-gnupg/compare/0.4.1...0.4.4) Updates `pyyaml` to 6.0.1 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...6.0.1) Updates `pyyaml` to 6.0.1 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...6.0.1) Updates `eventlet` from 0.19.0 to 0.35.2 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](https://github.com/eventlet/eventlet/compare/v0.19.0...v0.35.2) Updates `paramiko` from 2.2.1 to 2.2.4 - [Commits](https://github.com/paramiko/paramiko/compare/2.2.1...2.2.4) Updates `pymongo` from 3.4.0 to 4.6.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.4.0...4.6.3) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: eventlet dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-type: direct:production dependency-group: pip - dependency-name: python-gnupg dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: eventlet dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-type: direct:production dependency-group: pip - dependency-name: pymongo dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- fixed-requirements.txt | 14 +++++++------- requirements.txt | 14 +++++++------- st2client/requirements.txt | 2 +- st2client/setup.py | 2 +- st2common/requirements.txt | 8 ++++---- test-requirements.txt | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index d18c44b8f8..c31731db15 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -3,31 +3,31 @@ greenlet==0.4.12 # Note: 0.20.0 removed select.poll() on which some of our code and libraries we # depend on rely -eventlet==0.19.0 -gunicorn==19.7.1 +eventlet==0.35.2 +gunicorn==22.0.0 kombu==4.1.0 # Note: amqp is used by kombu amqp==2.2.2 oslo.config>=1.12.1,<1.13 oslo.utils<=3.33.0,>=3.15.0 six==1.10.0 -pyyaml>=3.12,<4.0 +pyyaml>=3.12,<7.0 requests[security]>=2.14.1,<2.15 apscheduler==3.4.0 -gitpython==2.1.7 +gitpython==3.1.41 jsonschema==2.6.0 # Note: mongoengine v0.13.0 introduces memory usage regression so we can't # upgrade - https://github.com/StackStorm/st2/pull/3597 mongoengine==0.12.0 -pymongo==3.5.1 +pymongo==4.6.3 passlib==1.7.1 lockfile==0.12.2 -python-gnupg==0.4.1 +python-gnupg==0.4.4 jsonpath-rw==1.4.0 pyinotify==0.9.6 semver==2.7.7 stevedore==1.27.1 -paramiko==2.3.1 +paramiko==2.2.4 networkx==1.11 python-keyczar==0.716 retrying==1.3.3 diff --git a/requirements.txt b/requirements.txt index ae38095d27..d828fc484b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,14 @@ apscheduler==3.4.0 argcomplete bcrypt -eventlet==0.19.0 +eventlet==0.35.2 flex==6.11.1 git+https://github.com/Kami/logshipper.git@stackstorm_patched#egg=logshipper git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file -gitpython==2.1.7 +gitpython==3.1.41 greenlet==0.4.12 -gunicorn==19.7.1 +gunicorn==22.0.0 ipaddr jinja2 jsonpath-rw==1.4.0 @@ -22,20 +22,20 @@ networkx==1.11 nose oslo.config<1.13,>=1.12.1 oslo.utils<=3.33.0,>=3.15.0 -paramiko==2.3.1 +paramiko==2.2.4 passlib==1.7.1 prettytable prompt-toolkit==1.0.15 psutil pyinotify==0.9.6 -pymongo==3.5.1 +pymongo==4.6.3 python-dateutil python-editor==1.0.3 -python-gnupg==0.4.1 +python-gnupg==0.4.4 python-json-logger python-keyczar==0.716 pytz -pyyaml<4.0,>=3.12 +pyyaml>=3.12,<7.0 rednose requests[security]<2.15,>=2.14.1 retrying==1.3.3 diff --git a/st2client/requirements.txt b/st2client/requirements.txt index 4a8276b917..cdfef210aa 100644 --- a/st2client/requirements.txt +++ b/st2client/requirements.txt @@ -6,7 +6,7 @@ prompt-toolkit==1.0.7 python-dateutil python-editor==1.0.1 pytz -pyyaml<4.0,>=3.11 +pyyaml>=3.11,<7.0 requests[security]>=2.14.1,<2.15 six==1.10.0 sseclient==0.0.12 diff --git a/st2client/setup.py b/st2client/setup.py index 8a83985de7..115c38577a 100644 --- a/st2client/setup.py +++ b/st2client/setup.py @@ -56,7 +56,7 @@ 'jsonpath-rw>=1.3.0', 'prettytable', 'python-dateutil', - 'pyyaml<4.0,>=3.11', + 'pyyaml>=3.11,<7.0', 'requests[security]>=2.14.1,<2.15', 'six==1.10.0' ], diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 13105d6e78..c2685479a8 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -1,6 +1,6 @@ # Don't edit this file. It's generated automatically! apscheduler==3.3.1 -eventlet==0.19.0 +eventlet==0.35.2 flex==6.10.0 greenlet==0.4.12 ipaddr @@ -11,11 +11,11 @@ kombu==4.0.2 mongoengine==0.12.0 networkx==1.11 oslo.config<1.13,>=1.12.1 -paramiko==2.2.1 -pymongo==3.4.0 +paramiko==2.2.4 +pymongo==4.6.3 python-dateutil python-keyczar==0.716 -pyyaml<4.0,>=3.12 +pyyaml>=3.12,<7.0 requests[security]<2.15,>=2.14.1 retrying==1.3.3 routes==2.4.1 diff --git a/test-requirements.txt b/test-requirements.txt index ae3485fc7a..b07c04a4df 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,9 +18,9 @@ nose-timer # splitting tests run on a separate CI machines nose-parallel # Required by st2client tests -pyyaml<4.0,>=3.12 +pyyaml>=3.12,<7.0 RandomWords -gunicorn==19.7.1 +gunicorn==22.0.0 psutil webtest==2.0.25 rstcheck>=3.1.0,<3.2