diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index d77da22..9a5d9eb 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -1,9 +1,9 @@ -r requirements.txt -pytest>=7.4.0 +pytest>=8.3.5 pytest-cov>=4.1.0 -pytest-mock>=3.11.1 -black>=23.7.0 +pytest-mock>=3.15.1 +black>=25.1.0 flake8>=6.1.0 -mypy>=1.5.0 +mypy>=1.15.0 diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..4ef54f6 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,11 +1,11 @@ -requests>=2.31.0 -beautifulsoup4>=4.12.0 -minify-html>=0.18.0 +requests>=2.32.5 +beautifulsoup4>=4.14.3 +minify-html>=0.18.1 cssmin>=0.2.0 -rjsmin>=1.2.2 -Pillow>=10.0.0 -lxml>=4.9.0 -urllib3>=2.0.0 -python-dotenv>=1.0.0 +rjsmin>=1.2.5 +Pillow>=11.2.1 +lxml>=5.4.0 +urllib3>=2.6.3 +python-dotenv>=1.2.1