Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test dependency #4404

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flask-testing==0.8.1
flask-webtest==0.0.9
imagesize==1.1.0 # via sphinx
mock==4.0.3
packaging==19.2 # via sphinx, tox
packaging>=22 # via sphinx, tox
page-objects==1.1.0
pluggy==0.13.1 # via tox
# use pre-compiled binary for testing, build from source for prod
Expand All @@ -17,7 +17,7 @@ psycopg2-binary==2.8.6
py==1.10.0 # via tox
pygments==2.7.4 # via sphinx
pyparsing==2.4.7 # via packaging
pytest==5.2.2
pytest >= 6.1.0
pytest-flask==0.15.1
pytest-timeout==1.4.2
selenium==3.141.0
Expand Down