-
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 49 (#1189)
* Update flake8-bugbear from 23.9.16 to 23.12.2 * Update sphinx_rtd_theme from 1.3.0 to 2.0.0 * Update django-filter from 23.3 to 23.4 * Pin django-polymorphic to latest version 3.1.0 * Update faker from 20.0.3 to 20.1.0 * Fix django-polymorhpic version for now * Fixing B018 useless dict --------- Co-authored-by: Oliver Sauder <[email protected]>
- Loading branch information
Showing
5 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.11.0 | ||
flake8==6.1.0 | ||
flake8-bugbear==23.9.16 | ||
flake8-bugbear==23.12.2 | ||
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,3 +1,3 @@ | ||
recommonmark==0.7.1 | ||
Sphinx==7.2.6 | ||
sphinx_rtd_theme==1.3.0 | ||
sphinx_rtd_theme==2.0.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 @@ | ||
django-filter==23.3 | ||
django-filter==23.4 | ||
# once next version has been released (>3.1.0) this | ||
# should be set to pinned version again | ||
# see https://github.com/django-polymorphic/django-polymorphic/pull/541 | ||
django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master | ||
django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master # pyup: ignore | ||
pyyaml==6.0.1 | ||
uritemplate==4.1.1 |
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.0 | ||
Faker==20.0.3 | ||
Faker==20.1.0 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.7.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