From 659773abd8d1050c0f9ad9e79a079a3186bd043f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:02:27 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /infra/libs directory: [requests](https://github.com/psf/requests) and [virtualenv](https://github.com/pypa/virtualenv). Updates `requests` from 2.32.3 to 2.32.4 - [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.32.3...v2.32.4) Updates `virtualenv` from 20.26.3 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.3...20.26.6) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.26.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- infra/libs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/libs/requirements.txt b/infra/libs/requirements.txt index 9f81624..0dae3ca 100644 --- a/infra/libs/requirements.txt +++ b/infra/libs/requirements.txt @@ -1,8 +1,8 @@ cx-Oracle==8.3.0 -requests==2.32.3 +requests==2.32.4 rich==13.7.1 psycopg2-binary==2.9.9 -virtualenv==20.26.3 +virtualenv==20.26.6 python-dotenv==1.0.1 prometheus-client==0.20.0 pytest==8.3.1 \ No newline at end of file