Skip to content

Commit 2568417

Browse files
pyup-botsliverc
andauthored
Scheduled biweekly dependency update for week 15 (#1217)
* Update black from 24.3.0 to 24.4.0 * Update django-filter from 23.5 to 24.2 * Update faker from 23.3.0 to 24.9.0 * Update pytest from 8.1.0 to 8.1.1 * Update pytest-cov from 4.1.0 to 5.0.0 * Update pytest-factoryboy from 2.6.1 to 2.7.0 --------- Co-authored-by: Oliver Sauder <[email protected]>
1 parent fc0d0b5 commit 2568417

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements/requirements-codestyle.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==24.3.0
1+
black==24.4.0
22
flake8==7.0.0
33
flake8-bugbear==24.2.6
44
flake8-isort==6.1.1

requirements/requirements-optionals.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django-filter==23.5
1+
django-filter==24.2
22
# once next version has been released (>3.1.0) this
33
# should be set to pinned version again
44
# see https://github.com/django-polymorphic/django-polymorphic/pull/541

requirements/requirements-testing.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
factory-boy==3.3.0
2-
Faker==23.3.0
3-
pytest==8.1.0
4-
pytest-cov==4.1.0
2+
Faker==24.9.0
3+
pytest==8.1.1
4+
pytest-cov==5.0.0
55
pytest-django==4.8.0
6-
pytest-factoryboy==2.6.1
6+
pytest-factoryboy==2.7.0
77
syrupy==4.6.1

0 commit comments

Comments
 (0)