diff --git a/pyproject.toml b/pyproject.toml index 06d7f41..522edc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,8 @@ dependencies = [ "bs4==0.0.2", "DateTime==5.5", "playwright==1.46.0", - "PyGithub==2.3.0", - "python-semantic-release==9.8.6" + "PyGithub==2.4.0", + "python-semantic-release==9.8.7" ] requires-python = ">= 3.8" readme = "README.md" @@ -26,7 +26,7 @@ wiki = "https://github.com/Nicconike/Steam-Stats/wiki" [project.optional-dependencies] test = [ - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "pytest-cov==5.0.0", "pytest-mock==3.14.0", "requests-mock==1.12.1"