Skip to content

Commit 55bd312

Browse files
pyup-botsliverc
andauthored
Scheduled biweekly dependency update for week 45 (#1100)
* Update sphinx_rtd_theme from 1.0.0 to 1.1.1 * Update faker from 15.1.1 to 15.2.0 * Update pytest from 7.1.3 to 7.2.0 * Update syrupy from 3.0.2 to 3.0.4 * Use correct setup name of pytest Co-authored-by: Oliver Sauder <[email protected]>
1 parent 0b374e1 commit 55bd312

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/tests/unit/test_pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestLimitOffset:
1414
Unit tests for `pagination.JsonApiLimitOffsetPagination`.
1515
"""
1616

17-
def setup(self):
17+
def setup_method(self):
1818
class ExamplePagination(pagination.JsonApiLimitOffsetPagination):
1919
default_limit = 10
2020
max_limit = 15
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
recommonmark==0.7.1
22
Sphinx==5.3.0
3-
sphinx_rtd_theme==1.0.0
3+
sphinx_rtd_theme==1.1.1

requirements/requirements-testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
factory-boy==3.2.1
2-
Faker==15.1.1
3-
pytest==7.1.3
2+
Faker==15.2.0
3+
pytest==7.2.0
44
pytest-cov==4.0.0
55
pytest-django==4.5.2
66
pytest-factoryboy==2.5.0
7-
syrupy==3.0.2
7+
syrupy==3.0.4

0 commit comments

Comments
 (0)