From 735b3d4b2113e8321374a1ca1cbae5661a51762f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:39:27 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `urllib3` to 2.2.1 - [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/0.3...2.2.1) Updates `cryptography` to 42.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4...42.0.7) Updates `urllib3` to 2.2.1 - [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/0.3...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 4 ++-- tests/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24e528a0b..757db25eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ regex pip PyYAML simplejson -urllib3<=1.26.15 +urllib3<=2.2.1 requests>=2.31.0 questionary pyfiglet diff --git a/setup.py b/setup.py index 36a0df76d..990ce9ea8 100644 --- a/setup.py +++ b/setup.py @@ -53,13 +53,13 @@ 'thingsboard_gateway.extensions.socket', 'thingsboard_gateway.extensions.xmpp', ], install_requires=[ - 'cryptography==3.4.*', + 'cryptography>=3.4,<42.1', 'jsonpath-rw', 'regex', 'pip', 'PyYAML', 'simplejson', - 'urllib3<=1.26.15', + 'urllib3<=2.2.1', 'requests>=2.31.0', 'questionary', 'pyfiglet', diff --git a/tests/requirements.txt b/tests/requirements.txt index 772455a45..d44d7862e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,7 +6,7 @@ regex pip PyYAML simplejson -urllib3<=1.26.15 +urllib3<=2.2.1 requests>=2.31.0 questionary pyfiglet