Skip to content

Commit

Permalink
Bump dependencies in pyproject.toml and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
brutusthebee committed May 26, 2024
1 parent ca6957e commit aca2867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
"setuptools==70.0.0",
"setuptools_scm==8.1.0",
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ commands =
skip_install = True
deps =
build==1.2.1
twine==5.0.0
twine==5.1.0
commands =
python -m build --outdir dist/ .
python -m twine check dist/*

0 comments on commit aca2867

Please sign in to comment.