Skip to content

Commit

Permalink
pin dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
  • Loading branch information
najohnsn committed Jul 2, 2024
1 parent cd8b351 commit 07094ae
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black >= 23.3.0; python_version >= "3.8"
build >= 1.0.3
ebcdic >= 1.1.1; sys_platform != "zos"
mkdocs-material >= 9.2.8; python_version >= "3.8"
mkdocs-minify-plugin >= 0.7.1; python_version >= "3.8"
mkdocstrings-python >= 1.1.2; python_version >= "3.8"
pycodestyle >= 2.10.0
pylint >= 2.17.5
pytest >= 7.4.2
twine >= 4.0.2; sys_platform != "zos"
wheel >= 0.41.2
black==24.4.2; python_version>="3.8"
build==1.0.3
ebcdic==1.1.1; sys_platform!="zos"
mkdocs-material==9.2.8; python_version>="3.8"
mkdocs-minify-plugin==0.8.0; python_version>="3.8"
mkdocstrings-python==1.10.5; python_version>="3.8"
pycodestyle==2.10.0
pylint==2.17.5
pytest==8.2.2; python_version>="3.8"
twine==5.1.1; sys_platform!="zos" and python_version>="3.8"
wheel==0.41.2

0 comments on commit 07094ae

Please sign in to comment.