diff --git a/pyproject.toml b/pyproject.toml index 8961b91..4049f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license-files = ["LICENSE"] dependencies = [ "bs4==0.0.2", "DateTime==5.5", - "playwright==1.57.0", + "playwright==1.58.0", "PyGithub==2.8.1", "python-semantic-release==10.5.3", ] @@ -66,7 +66,7 @@ test = [ "requests-mock==1.12.1", ] dev = [ - "build==1.3.0", + "build==1.4.0", "bandit==1.8.6", "pipdeptree==2.28.0", "pylint==3.3.9", diff --git a/requirements.txt b/requirements.txt index c43ca15..9810b82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bandit==1.8.6 bs4==0.0.2 -build==1.3.0 +build==1.4.0 DateTime==5.5 mkdocs-git-revision-date-localized-plugin==1.5.0 mkdocs-material==9.7.1 @@ -8,7 +8,7 @@ mkdocs-mermaid2-plugin==1.2.3 mkdocs-minify-plugin==0.8.0 mkdocstrings-python==1.18.2 pipdeptree==2.28.0 -playwright==1.57.0 +playwright==1.58.0 PyGithub==2.8.1 pylint==3.3.9 pytest-asyncio==1.2.0