Skip to content

Commit

Permalink
relock
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Mar 21, 2024
1 parent e853f0f commit 8650325
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 55 deletions.
120 changes: 67 additions & 53 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ munge = {version = ">=1.3", extras = ["yaml"]}
coverage = ">=5"
pytest = ">=6"
pytest-django = ">=3.8"
pytest-filedata = "^0.4.0"
pytest-filedata = ">=0.4.0"
pytest-cov = "*"
tox = ">=3.20"
tox-gh-actions = "^2.9.1"
tox-gh-actions = ">2.9.1"

# linting
black = ">=20"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[isort]
profile = black
Expand Down

0 comments on commit 8650325

Please sign in to comment.