From f4d6a0afee424bc47f6e59612468fbc0855b96e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:25:00 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 4 updates Updates the requirements on [streamlit](https://github.com/streamlit/streamlit), [cryptography](https://github.com/pyca/cryptography), [requests](https://github.com/psf/requests) and [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Updates `streamlit` from 1.34.0 to 1.37.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.34.0...1.37.0) Updates `cryptography` from 42.0.8 to 43.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) Updates `requests` to 2.32.3 - [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.25.1...v2.32.3) Updates `cryptography` to 43.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) Updates `pillow` to 10.4.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...10.4.0) --- updated-dependencies: - dependency-name: streamlit 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: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- SSG-API-Testing-Application-v2/app/requirements.txt | 4 ++-- .../Application Source Code/requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SSG-API-Testing-Application-v2/app/requirements.txt b/SSG-API-Testing-Application-v2/app/requirements.txt index c8f2916..91f7cb5 100644 --- a/SSG-API-Testing-Application-v2/app/requirements.txt +++ b/SSG-API-Testing-Application-v2/app/requirements.txt @@ -1,7 +1,7 @@ -streamlit==1.34.0 +streamlit==1.37.0 requests==2.32.3 pycodestyle==2.12.0 -cryptography==42.0.8 +cryptography==43.0.0 streamlit-nested-layout==0.1.3 apscheduler==3.10.4 certifi==2024.7.4 diff --git a/SSG-API-Testing-Application/Application Source Code/requirements.txt b/SSG-API-Testing-Application/Application Source Code/requirements.txt index 6a5a2d0..c7dcc1c 100644 --- a/SSG-API-Testing-Application/Application Source Code/requirements.txt +++ b/SSG-API-Testing-Application/Application Source Code/requirements.txt @@ -1,3 +1,3 @@ -Pillow~=8.2.0 -requests~=2.25.1 -cryptography~=3.4.7 \ No newline at end of file +Pillow~=10.4.0 +requests~=2.32.3 +cryptography~=43.0.0 \ No newline at end of file