Skip to content

Commit 9888d67

Browse files
committed
pin dependency versions
Signed-off-by: Neil Johnson <[email protected]>
1 parent cd8b351 commit 9888d67

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
black >= 23.3.0; python_version >= "3.8"
2-
build >= 1.0.3
3-
ebcdic >= 1.1.1; sys_platform != "zos"
4-
mkdocs-material >= 9.2.8; python_version >= "3.8"
5-
mkdocs-minify-plugin >= 0.7.1; python_version >= "3.8"
6-
mkdocstrings-python >= 1.1.2; python_version >= "3.8"
7-
pycodestyle >= 2.10.0
8-
pylint >= 2.17.5
9-
pytest >= 7.4.2
10-
twine >= 4.0.2; sys_platform != "zos"
11-
wheel >= 0.41.2
1+
black==24.4.2; python_version>="3.8"
2+
build==1.0.3
3+
ebcdic==1.1.1; sys_platform!="zos"
4+
mkdocs-material==9.2.8; python_version>="3.8"
5+
mkdocs-minify-plugin==0.8.0; python_version>="3.8"
6+
mkdocstrings-python==1.10.5; python_version>="3.8"
7+
pycodestyle==2.10.0
8+
pylint==2.17.5
9+
pytest==8.2.2
10+
twine==5.1.1; sys_platform!="zos"
11+
wheel==0.41.2

0 commit comments

Comments
 (0)