Skip to content

Commit b715a45

Browse files
committed
fix dependency pins and relock
1 parent 19d7130 commit b715a45

File tree

2 files changed

+106
-71
lines changed

2 files changed

+106
-71
lines changed

Diff for: poetry.lock

+96-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ tox-gh-actions = ">=2.9.1"
3535

3636
# linting
3737
black = { version = ">=20", allow-prereleases = true }
38-
isort = "^5.7.0"
39-
flake8 = "^3.8.4"
38+
isort = ">=5.7.0"
39+
flake8 = ">=3.8.4"
4040
mypy = ">=0.950"
41-
pre-commit = "^2.13"
42-
pyupgrade = "^2.19.4"
41+
pre-commit = ">=2.13"
42+
pyupgrade = ">=2.19.4"
4343

4444
# ctl
45-
ctl = "^1"
46-
jinja2 = "^3.1.2"
47-
tmpl = "^1"
48-
twine = "^3.3.0"
45+
ctl = ">=1"
46+
jinja2 = ">=3.1.2"
47+
tmpl = ">=1"
48+
twine = ">=3.3.0"
4949

5050
# docs
5151
markdown-include = ">=0.5"
52-
mkdocs = "^1.2.3"
53-
pymdgen = "^1.0.0"
52+
mkdocs = ">=1.2.3"
53+
pymdgen = ">=1.0.0"
5454

5555
[tool.poetry.extras]
5656
docs = ["markdown-include", "mkdocs", "pymdgen"]

0 commit comments

Comments
 (0)