Skip to content

Commit

Permalink
[DEV-103519] Update test dependencies
Browse files Browse the repository at this point in the history
JVenberg committed Feb 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 26d3109 commit 2f6536f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@

# What packages are required only for tests?
TESTS = [
'mock==2.0.0',
'pytest==4.3.1',
'pytest-django==3.4.8',
'mock==5.1.0',
'pytest==8.0.1',
'pytest-django==4.8.0',
]

# What packages are optional?

0 comments on commit 2f6536f

Please sign in to comment.