From 3d5a21be7013f575784e45773d0e2bb255006d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:12:15 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 6 updates Bumps the pip group with 6 updates in the /client-samples/python/rest directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.5` | `42.0.4` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.2` | | [black](https://github.com/psf/black) | `23.11.0` | `24.3.0` | Bumps the pip group with 6 updates in the /client-samples/python/websockets directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.5` | `42.0.4` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.2` | | [black](https://github.com/psf/black) | `23.11.0` | `24.3.0` | Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `cryptography` from 41.0.5 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.4) Updates `idna` from 3.4 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.4...v3.7) Updates `requests` from 2.31.0 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.31.0...v2.32.2) Updates `urllib3` from 2.1.0 to 2.2.2 - [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/2.1.0...2.2.2) Updates `black` from 23.11.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...24.3.0) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `cryptography` from 41.0.5 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.4) Updates `idna` from 3.4 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.4...v3.7) Updates `requests` from 2.31.0 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.31.0...v2.32.2) Updates `urllib3` from 2.1.0 to 2.2.2 - [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/2.1.0...2.2.2) Updates `black` from 23.11.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...24.3.0) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- client-samples/python/rest/requirements.txt | 12 ++++++------ client-samples/python/websockets/requirements.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client-samples/python/rest/requirements.txt b/client-samples/python/rest/requirements.txt index bf0b632..564c59b 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -1,14 +1,14 @@ chardet==3.0.4 six==1.15.0 -certifi==2023.7.22 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 -cryptography==41.0.5 -idna==3.4 +cryptography==42.0.4 +idna==3.7 msal==1.25.0 pycparser==2.21 PyJWT==2.8.0 rel==0.4.7 -requests==2.31.0 -urllib3==2.1.0 -black==23.11.0 \ No newline at end of file +requests==2.32.2 +urllib3==2.2.2 +black==24.3.0 \ No newline at end of file diff --git a/client-samples/python/websockets/requirements.txt b/client-samples/python/websockets/requirements.txt index de8065a..6a91349 100644 --- a/client-samples/python/websockets/requirements.txt +++ b/client-samples/python/websockets/requirements.txt @@ -1,12 +1,12 @@ -certifi==2023.7.22 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 -cryptography==41.0.5 -idna==3.4 +cryptography==42.0.4 +idna==3.7 msal==1.25.0 pycparser==2.21 PyJWT==2.8.0 -requests==2.31.0 -urllib3==2.1.0 +requests==2.32.2 +urllib3==2.2.2 websocket-client==1.6.4 -black==23.11.0 \ No newline at end of file +black==24.3.0 \ No newline at end of file