Skip to content

Commit

Permalink
More dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 30, 2023
1 parent 0f02341 commit a513028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
mypy==1.5.1 # https://github.com/python/mypy
pytest>7.4.2 # https://github.com/pytest-dev/pytest
pytest>7.4.3 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
pytest-cov==4.1.0
pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
Expand All @@ -26,7 +26,7 @@ faker~=20.1.0

# Code quality
# ------------------------------------------------------------------------------
coverage==6.5.0 # https://github.com/nedbat/coveragepy
coverage==7.3.2 # https://github.com/nedbat/coveragepy

# Django
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ raven==6.10.0 # https://github.com/getsentry/raven-python

# Django
# ------------------------------------------------------------------------------
django-anymail[mailgun]==9.1 # https://github.com/anymail/django-anymail
django-anymail[mailgun]==10.2 # https://github.com/anymail/django-anymail

0 comments on commit a513028

Please sign in to comment.