Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ virtualenv==20.36.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.7.0
setuptools==78.1.1
# via pytest-postgresql
13 changes: 7 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ port-for==0.7.4
# via pytest-postgresql
psutil==6.1.1
# via mirakuru
psycopg==3.3.3
# via pytest-postgresql
pytest==8.3.4
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
# pytest-postgresql
pytest-cov==6.0.0
# via -r requirements/tests.in
# via -r tests.in
pytest-postgresql==6.1.1
# via -r requirements/tests.in
setuptools==75.7.0
# via pytest-postgresql
# via -r tests.in
typing-extensions==4.12.2
# via psycopg

# The following packages are considered to be unsafe in a requirements file:
# psycopg
setuptools==78.1.1
# via pytest-postgresql
Loading