diff --git a/pyproject.toml b/pyproject.toml index 3b63b1ae..0f0b2827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "packaging==23.1", "PyGithub==1.58.2", "appdirs==1.4.4", - "requests==2.30.0", + "requests==2.31.0", "PySide6==6.5.1", "pytest==7.3.1", "pytest-cov==4.0.0", @@ -57,7 +57,7 @@ freeze = [ "packaging==23.1", "PyGithub==1.58.2", "appdirs==1.4.4", - "requests==2.30.0", + "requests==2.31.0", "PySide6==6.5.1", ]