chore: lock depencies to major version
This commit is contained in:
parent
5b3c57e32f
commit
cc5386eef5
2 changed files with 18 additions and 310 deletions
9
Pipfile
9
Pipfile
|
|
@ -8,10 +8,11 @@ sphinx = "*"
|
|||
sphinx-theme-ref = {file = ".", editable = true}
|
||||
|
||||
[dev-packages]
|
||||
tox = "*"
|
||||
mypy = "*"
|
||||
autopep8 = "*"
|
||||
setuptools-scm = "*"
|
||||
tox = "~=4.24.2"
|
||||
mypy = "~=1.15.0"
|
||||
autopep8 = "~=2.3.2"
|
||||
setuptools-scm = "~=8.2.0"
|
||||
pipenv = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue