diff --git a/pyproject.toml b/pyproject.toml index 4aee6fa1..cc2277a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "packaging==25.0", "PyGithub==2.7.0", "appdirs==1.4.4", - "requests==2.32.4", + "requests==2.32.5", "PySide6==6.9.1", "ansys-tools-path==0.7.3", "pytest==8.3.5", @@ -57,7 +57,7 @@ freeze = [ "packaging==25.0", "PyGithub==2.7.0", "appdirs==1.4.4", - "requests==2.32.4", + "requests==2.32.5", "PySide6==6.9.1", "ansys-tools-path==0.7.3", ] diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e3fae5af..9c973a07 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ -requests==2.32.4 +requests==2.32.5 packaging==25.0