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

Freeze package versions in requirements-*.txt #755

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements.txt
-r requirements-test.txt
tox
wheel
sphinx>=2
sphinx_rtd_theme
pypandoc
twine
black>=24.10.0
tox==4.24.1
wheel==0.45.1
Sphinx==7.4.7
sphinx-rtd-theme==3.0.2
pypandoc==1.15
twine==6.1.0
black==25.1.0
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pytest-pep8
pytest-cov
pytest-aiohttp
responses
pytest==8.3.4
pytest-pep8==1.0.6
pytest-cov==6.0.0
pytest-aiohttp==1.1.0
responses==0.25.6
Loading