-
Notifications
You must be signed in to change notification settings - Fork 297
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 46 (#1263)
* Update flake8-bugbear from 24.8.19 to 24.10.31 * Update sphinx_rtd_theme from 3.0.1 to 3.0.2 * Update faker from 30.6.0 to 33.0.0 * Update pytest-cov from 5.0.0 to 6.0.0 * Revert pytest-cov currently still need to support 3.8 --------- Co-authored-by: Oliver Sauder <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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==24.10.0 | ||
flake8==7.1.1 | ||
flake8-bugbear==24.8.19 | ||
flake8-bugbear==24.10.31 | ||
flake8-isort==6.1.1 | ||
isort==5.13.2 |
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,3 +1,3 @@ | ||
recommonmark==0.7.1 | ||
Sphinx==8.1.3 | ||
sphinx_rtd_theme==3.0.1 | ||
sphinx_rtd_theme==3.0.2 |
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 @@ | ||
factory-boy==3.3.1 | ||
Faker==30.6.0 | ||
Faker==33.0.0 | ||
pytest==8.3.3 | ||
pytest-cov==5.0.0 | ||
pytest-django==4.9.0 | ||
|