-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled biweekly dependency update for week 45 (#1186)
* Update black from 23.9.1 to 23.10.1 * Update flake8-isort from 6.1.0 to 6.1.1 * Update faker from 19.10.0 to 19.13.0 * Update pytest from 7.4.2 to 7.4.3 * Update pytest-django from 4.5.2 to 4.6.0 * Update syrupy from 4.5.0 to 4.6.0
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
black==23.9.1 | ||
black==23.10.1 | ||
flake8==6.1.0 | ||
flake8-bugbear==23.9.16 | ||
flake8-isort==6.1.0 | ||
flake8-isort==6.1.1 | ||
isort==5.12.0 |
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,7 +1,7 @@ | ||
factory-boy==3.3.0 | ||
Faker==19.10.0 | ||
pytest==7.4.2 | ||
Faker==19.13.0 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.5.2 | ||
pytest-django==4.6.0 | ||
pytest-factoryboy==2.6.0 | ||
syrupy==4.5.0 | ||
syrupy==4.6.0 |