From 89dd7cfb43de257bc9d0005f936a2ea0adba426e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:06:49 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 3 updates Updates the requirements on [requests](https://github.com/psf/requests), [cryptography](https://github.com/pyca/cryptography) and [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. 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 `cryptography` to 42.0.8 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.8) 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 `protobuf` from 3.20.0 to 3.20.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.20.0...v3.20.2) 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) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- admin/requirements.txt | 4 ++-- insights/requirements.txt | 4 ++-- lineage/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/requirements.txt b/admin/requirements.txt index a879166..e96ef1d 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -1,5 +1,5 @@ pycarlo==0.0.8 -requests==2.27.1 +requests==2.32.2 dotenv==1.0.1 -cryptography~=41.0.7 +cryptography~=42.0.8 pycryptodome~=3.20.0 diff --git a/insights/requirements.txt b/insights/requirements.txt index cb1cffe..bac1131 100644 --- a/insights/requirements.txt +++ b/insights/requirements.txt @@ -1,3 +1,3 @@ -protobuf==3.20.0 +protobuf==3.20.2 pycarlo==0.0.8 -requests==2.27.1 +requests==2.32.2 diff --git a/lineage/requirements.txt b/lineage/requirements.txt index 7dd1308..ccdc825 100644 --- a/lineage/requirements.txt +++ b/lineage/requirements.txt @@ -1,4 +1,4 @@ networkx==2.6.3 pycarlo>=0.8.1 -requests==2.27.1 +requests==2.32.2 pandas==2.0.3