Skip to content

Commit

Permalink
fix(build): Pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaulifn committed Oct 25, 2023
1 parent 07d4223 commit 1a2530a
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 60 deletions.
32 changes: 16 additions & 16 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ verify_ssl = true
name = "pypi"

[packages]
anyconfig = "*"
responses = "*"
isodate = "*"
anyconfig = "0.13.0"
responses = "0.22.0"
isodate = "0.6.1"

[dev-packages]
bump2version = "*"
tox = "*"
pytest = "*"
pytest-cov = "*"
sphinx-autodoc-typehints = "*"
autopep8 = "*"
rope = "*"
pydocstyle = "*"
pycodestyle = "*"
mock = "*"
pylint = "*"
setuptools-scm = "*"
Sphinx = "*"
bump2version = "1.0.1"
tox = "3.27.0"
pytest = "7.2.1"
pytest-cov = "4.0.0"
sphinx-autodoc-typehints = "1.19.5"
autopep8 = "2.0.2"
rope = "1.6.0"
pydocstyle = "6.1.1"
pycodestyle = "2.10.0"
mock = "5.1.0"
pylint = "2.15.10"
setuptools-scm = "7.1.0"
Sphinx = "5.3.0"

[requires]
python_version = "3.10"
184 changes: 140 additions & 44 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a2530a

Please sign in to comment.