- Notifications
You must be signed in to change notification settings - Fork302
Scheduled biweekly dependency update for week 16#1280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
13 commits Select commitHold shift + click to select a range
f91f655
Update flake8 from 7.1.1 to 7.2.0
pyup-bot5a0a725
Update isort from 6.0.0 to 6.0.1
pyup-bot435c0f0
Update sphinx from 8.1.3 to 8.3.0
pyup-bot6ab5d78
Update django-filter from 24.3 to 25.1
pyup-botd1bb7dd
Update faker from 35.2.0 to 37.1.0
pyup-bot9ab2da3
Update pytest from 8.3.4 to 8.3.5
pyup-bota5b78ab
Update pytest-cov from 6.0.0 to 6.1.1
pyup-botff48a55
Update pytest-django from 4.9.0 to 4.11.1
pyup-bot254fa85
Update syrupy from 4.8.1 to 4.9.1
pyup-botac7a50e
Revert to old django-filter with schema support
sliverc7d71c54
Fixed django-filter version
sliverc74acdbc
Revert to last Sphinx release
sliverc7e3edb4
Revert to Sphinx verion we had
slivercFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletionsrequirements/requirements-codestyle.txt
This file contains hidden or 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==25.1.0 | ||
flake8==7.2.0 | ||
flake8-bugbear==24.12.12 | ||
flake8-isort==6.1.2 | ||
isort==6.0.1 |
10 changes: 5 additions & 5 deletionsrequirements/requirements-testing.txt
This file contains hidden or 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.3 | ||
Faker==37.1.0 | ||
pytest==8.3.5 | ||
pytest-cov==6.1.1 | ||
pytest-django==4.11.1 | ||
pytest-factoryboy==2.7.0 | ||
syrupy==4.9.1 |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.