Skip to content

Commit

Permalink
fix dependency pins and relock
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Mar 18, 2024
1 parent 19d7130 commit b715a45
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 71 deletions.
157 changes: 96 additions & 61 deletions poetry.lock

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

20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ tox-gh-actions = ">=2.9.1"

# linting
black = { version = ">=20", allow-prereleases = true }
isort = "^5.7.0"
flake8 = "^3.8.4"
isort = ">=5.7.0"
flake8 = ">=3.8.4"
mypy = ">=0.950"
pre-commit = "^2.13"
pyupgrade = "^2.19.4"
pre-commit = ">=2.13"
pyupgrade = ">=2.19.4"

# ctl
ctl = "^1"
jinja2 = "^3.1.2"
tmpl = "^1"
twine = "^3.3.0"
ctl = ">=1"
jinja2 = ">=3.1.2"
tmpl = ">=1"
twine = ">=3.3.0"

# docs
markdown-include = ">=0.5"
mkdocs = "^1.2.3"
pymdgen = "^1.0.0"
mkdocs = ">=1.2.3"
pymdgen = ">=1.0.0"

[tool.poetry.extras]
docs = ["markdown-include", "mkdocs", "pymdgen"]
Expand Down

0 comments on commit b715a45

Please sign in to comment.