Skip to content

Commit 986b7eb

Browse files
committed
Freeze package versions in requirements-*.txt
1 parent 8dd30fd commit 986b7eb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
tox
4-
wheel
5-
sphinx>=2
6-
sphinx_rtd_theme
7-
pypandoc
8-
twine
9-
black>=24.10.0
3+
tox==4.24.1
4+
wheel==0.45.1
5+
Sphinx==8.1.3
6+
sphinx-rtd-theme==3.0.2
7+
pypandoc==1.15
8+
twine==6.1.0
9+
black==25.1.0

requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest
2-
pytest-pep8
3-
pytest-cov
4-
pytest-aiohttp
5-
responses
1+
pytest==8.3.4
2+
pytest-pep8==1.0.6
3+
pytest-cov==6.0.0
4+
pytest-aiohttp==1.1.0
5+
responses==0.25.6

0 commit comments

Comments
 (0)