-
Notifications
You must be signed in to change notification settings - Fork 296
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 38 (#1176)
* Update black from 23.3.0 to 23.9.1 * Update flake8 from 6.0.0 to 6.1.0 * Update flake8-bugbear from 23.3.23 to 23.9.16 * Update flake8-isort from 6.0.0 to 6.1.0 * Update sphinx from 6.1.3 to 7.2.6 * Update sphinx_rtd_theme from 1.2.0 to 1.3.0 * Update django-filter from 23.1 to 23.3 * Update pyyaml from 6.0 to 6.0.1 * Update factory-boy from 3.2.1 to 3.3.0 * Update faker from 18.4.0 to 19.6.1 * Update pytest from 7.3.1 to 7.4.2 * Update pytest-cov from 4.0.0 to 4.1.0 * Update syrupy from 3.0.6 to 4.5.0 * Adopt to updated versions * Use Python 3.9 for build * Removed duplicated entry in set * Increased tox base python to 3.9 --------- Co-authored-by: Oliver Sauder <os@esite.ch>
- Loading branch information
Showing
12 changed files
with
28 additions
and
20 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
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,4 @@ | ||
# serializer version: 1 | ||
# name: test_first_level_attribute_error | ||
dict({ | ||
'errors': list([ | ||
|
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,4 @@ | ||
# serializer version: 1 | ||
# name: test_delete_request | ||
''' | ||
{ | ||
|
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,5 +1,5 @@ | ||
black==23.3.0 | ||
flake8==6.0.0 | ||
flake8-bugbear==23.3.23 | ||
flake8-isort==6.0.0 | ||
black==23.9.1 | ||
flake8==6.1.0 | ||
flake8-bugbear==23.9.16 | ||
flake8-isort==6.1.0 | ||
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==6.1.3 | ||
sphinx_rtd_theme==1.2.0 | ||
Sphinx==7.2.6 | ||
sphinx_rtd_theme==1.3.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,4 +1,4 @@ | ||
django-filter==23.1 | ||
django-filter==23.3 | ||
django-polymorphic==3.1.0 | ||
pyyaml==6.0 | ||
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,7 +1,7 @@ | ||
factory-boy==3.2.1 | ||
Faker==18.4.0 | ||
pytest==7.3.1 | ||
pytest-cov==4.0.0 | ||
factory-boy==3.3.0 | ||
Faker==19.6.1 | ||
pytest==7.4.2 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.5.2 | ||
pytest-factoryboy==2.5.1 | ||
syrupy==3.0.6 | ||
syrupy==4.5.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
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