From b951879087e0c68d7c0625ae0cd43e830678c860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:53:15 +0000 Subject: [PATCH] Build(deps): Bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- scripts/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8498a538..647cf564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "packaging==26.0", "PyGithub==2.9.0", "appdirs==1.4.4", - "requests==2.32.5", + "requests==2.33.0", "PySide6==6.10.2", "ansys-tools-common==0.5.0", "pytest==8.3.5", @@ -57,7 +57,7 @@ freeze = [ "packaging==26.0", "PyGithub==2.9.0", "appdirs==1.4.4", - "requests==2.32.5", + "requests==2.33.0", "PySide6==6.10.2", "ansys-tools-common==0.5.0", ] diff --git a/scripts/requirements.txt b/scripts/requirements.txt index b0a6ce88..b0089f00 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ -requests==2.32.5 +requests==2.33.0 packaging==26.0