Skip to content

Commit 1a2530a

Browse files
committed
fix(build): Pin deps
1 parent 07d4223 commit 1a2530a

File tree

2 files changed

+156
-60
lines changed

2 files changed

+156
-60
lines changed

Pipfile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
anyconfig = "*"
8-
responses = "*"
9-
isodate = "*"
7+
anyconfig = "0.13.0"
8+
responses = "0.22.0"
9+
isodate = "0.6.1"
1010

1111
[dev-packages]
12-
bump2version = "*"
13-
tox = "*"
14-
pytest = "*"
15-
pytest-cov = "*"
16-
sphinx-autodoc-typehints = "*"
17-
autopep8 = "*"
18-
rope = "*"
19-
pydocstyle = "*"
20-
pycodestyle = "*"
21-
mock = "*"
22-
pylint = "*"
23-
setuptools-scm = "*"
24-
Sphinx = "*"
12+
bump2version = "1.0.1"
13+
tox = "3.27.0"
14+
pytest = "7.2.1"
15+
pytest-cov = "4.0.0"
16+
sphinx-autodoc-typehints = "1.19.5"
17+
autopep8 = "2.0.2"
18+
rope = "1.6.0"
19+
pydocstyle = "6.1.1"
20+
pycodestyle = "2.10.0"
21+
mock = "5.1.0"
22+
pylint = "2.15.10"
23+
setuptools-scm = "7.1.0"
24+
Sphinx = "5.3.0"
2525

2626
[requires]
2727
python_version = "3.10"

Pipfile.lock

Lines changed: 140 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)