Skip to content

Commit 18b1ea6

Browse files
committed
2 parents 4a07359 + 07b51d3 commit 18b1ea6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test with tox
3030
run: tox
3131
- name: Upload coverage report
32-
uses: codecov/codecov-action@v1
32+
uses: codecov/codecov-action@v2
3333
with:
3434
env_vars: PYTHON,DJANGO,DJANGO_REST_FRAMEWORK
3535
check:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
black==21.9b0
2-
flake8==3.9.2
3-
flake8-isort==4.0.0
2+
flake8==4.0.1
3+
flake8-isort==4.1.1
44
isort==5.9.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
django-filter==21.1
22
django-polymorphic==3.0.0
3-
pyyaml==5.4.1
4-
uritemplate==3.0.1
3+
pyyaml==6.0
4+
uritemplate==4.1.1

requirements/requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django-debug-toolbar==3.2.2
22
factory-boy==3.2.0
3-
Faker==8.14.1
3+
Faker==9.3.1
44
pytest==6.2.5
55
pytest-cov==3.0.0
66
pytest-django==4.4.0

0 commit comments

Comments
 (0)