-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(requirements): update dev requirements (#47)
* chore(requirements): update dev requirements
- Loading branch information
1 parent
925b429
commit 284e3ad
Showing
4 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
black==22.3.0 | ||
flake8==5.0.3 | ||
flake8==5.0.4 | ||
isort[colors]==5.10.1 | ||
pre-commit==2.20.0 | ||
mypy==0.971 | ||
safety==1.10.3 | ||
pytest==7.1.2 | ||
pytest-cov==3.0.0 | ||
pytest-mock==3.7.0 | ||
pytest-env==0.6.2 | ||
mypy==0.982 | ||
safety==2.3.1 | ||
pytest==7.2.0 | ||
pytest-cov==4.0.0 | ||
pytest-mock==3.10.0 | ||
pytest-env==0.8.1 | ||
pytest-variables[yaml]==2.0.0 | ||
pytest-clarity==1.0.1 | ||
hypothesis==6.54.1 | ||
hypothesis==6.56.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
typing-extensions; python_version < "3.10" | ||
typing-extensions==4.4.0; python_version < "3.10" |