diff --git a/requirements.txt b/requirements.txt index 5017a61..6ee9bba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # dev and test # ------------ -pytest==8.1.1 +pytest==8.2.0 pytest_mock==3.14.0 # Code linters, formatters, and security scanners # ------------ -black==24.4.0 +black==24.4.2 flake8==7.0.0 flake8-coding==1.3.2 pre-commit==3.7.0 isort==5.13.2 -mypy==1.9.0 +mypy==1.10.0 pylint==3.1.0 bandit==1.7.8 pydocstringformatter==0.7.3 @@ -19,4 +19,4 @@ codespell==2.2.6 # package dependencies python-dotenv==1.0.1 -pydantic==2.7.0 +pydantic==2.7.1