diff --git a/pyproject.toml b/pyproject.toml index 504db26f..31dfb3e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tests = [ "packaging==25.0", "PyGithub==2.6.1", "appdirs==1.4.4", - "requests==2.32.3", + "requests==2.32.4", "PySide6==6.9.1", "ansys-tools-path==0.7.1", "pytest==8.3.5", @@ -57,7 +57,7 @@ freeze = [ "packaging==25.0", "PyGithub==2.6.1", "appdirs==1.4.4", - "requests==2.32.3", + "requests==2.32.4", "PySide6==6.9.1", "ansys-tools-path==0.7.1", ] diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 644ef91f..e3fae5af 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ -requests==2.32.3 +requests==2.32.4 packaging==25.0