From 47df81dcf380256ec842dece2011bd756a2a191d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:03:23 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 8 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gevent](https://github.com/gevent/gevent) | `1.1.2` | `23.9.0` | | [psutil](https://github.com/giampaolo/psutil) | `4.3.1` | `5.6.6` | | [requests](https://github.com/psf/requests) | `2.11.1` | `2.33.0` | | [twisted](https://github.com/twisted/twisted) | `16.4.1` | `26.4.0rc2` | | [ujson](https://github.com/ultrajson/ultrajson) | `1.35` | `5.13.0` | | [wheel](https://github.com/pypa/wheel) | `0.30` | `0.38.1` | Bumps the pip group with 2 updates in the /services/core/OpenADRVenAgent directory: [signxml](https://github.com/XML-Security/signxml) and [numpy](https://github.com/numpy/numpy). Updates `gevent` from 1.1.2 to 23.9.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_1.rst) - [Commits](https://github.com/gevent/gevent/compare/v1.1.2...23.9.0) Updates `psutil` from 4.3.1 to 5.6.6 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v4.3.1...v5.6.6) Updates `requests` from 2.11.1 to 2.33.0 - [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.11.1...v2.33.0) Updates `twisted` from 16.4.1 to 26.4.0rc2 - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-16.4.1...twisted-26.4.0rc2) Updates `ujson` from 1.35 to 5.13.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/v1.35...5.13.0) Updates `wheel` from 0.30 to 0.38.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.30.0...0.38.1) Updates `signxml` from 2.4 to 4.0.4 - [Release notes](https://github.com/XML-Security/signxml/releases) - [Changelog](https://github.com/XML-Security/signxml/blob/main/Changes.rst) - [Commits](https://github.com/XML-Security/signxml/compare/v2.4.0...v4.0.4) Updates `numpy` from 1.13.0 to 1.22.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.13.0...v1.22.0) --- updated-dependencies: - dependency-name: gevent dependency-version: 23.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: psutil dependency-version: 5.6.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: twisted dependency-version: 26.4.0rc2 dependency-type: direct:production dependency-group: pip - dependency-name: ujson dependency-version: 5.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: wheel dependency-version: 0.38.1 dependency-type: direct:production dependency-group: pip - dependency-name: signxml dependency-version: 4.0.4 dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- services/core/OpenADRVenAgent/requirements.txt | 4 ++-- setup.py | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 14b60dd163..023fe19fed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ bacpypes==0.16.4 enum34==1.1.6 funcsigs==1.0.2 -gevent==1.1.2 +gevent==23.9.0 greenlet==0.4.10 monotonic==1.2 pbr==1.10.0 ply==3.9 -psutil==4.3.1 +psutil==5.6.6 pymodbus==1.2.0 pyserial==3.1.1 python-dateutil==2.5.3 pytz==2016.6.1 pyzmq==15.4.0 PyYAML==3.12 -requests==2.11.1 +requests==2.33.0 grequests==0.3.0 simplejson==3.8.2 six==1.10.0 -Twisted==16.4.1 +Twisted==26.4.0rc2 tzlocal==1.2.2 -ujson==1.35 +ujson==5.13.0 ws4py==0.3.5 zope.interface==4.3.2 modbus-tk==0.5.8 diff --git a/services/core/OpenADRVenAgent/requirements.txt b/services/core/OpenADRVenAgent/requirements.txt index 41562db52f..3b6e8f5096 100644 --- a/services/core/OpenADRVenAgent/requirements.txt +++ b/services/core/OpenADRVenAgent/requirements.txt @@ -1,4 +1,4 @@ isodate==0.6 -signxml==2.4 +signxml==4.0.4 SQLAlchemy==1.1.4 -numpy==1.13.0 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file diff --git a/setup.py b/setup.py index e25eb8b338..9c7ce43060 100644 --- a/setup.py +++ b/setup.py @@ -76,12 +76,12 @@ # Standard requirements requirements = [ - 'gevent>=0.13,<2', + 'gevent>=0.13,<24', 'monotonic', 'pymodbus>=1.2,<2', 'setuptools', 'simplejson>=3.3,<4', - 'wheel==0.30', + 'wheel==0.38.1', ] install_requires = (