diff --git a/pyproject.toml b/pyproject.toml index 8498a538..84dbd1d4 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.1", "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.1", "PySide6==6.10.2", "ansys-tools-common==0.5.0", ] diff --git a/scripts/requirements.txt b/scripts/requirements.txt index b0a6ce88..62870fc7 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ -requests==2.32.5 +requests==2.33.1 packaging==26.0