Skip to content

Commit

Permalink
Merge branch 'main' into next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 29, 2024
2 parents b13a896 + 5fe2da1 commit a38aa6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,4 +19,4 @@ codespell==2.2.6

# package dependencies
python-dotenv==1.0.1
pydantic==2.7.0
pydantic==2.7.1

0 comments on commit a38aa6b

Please sign in to comment.