Skip to content

Commit

Permalink
Merge pull request #464 from beeware/autoupdates/config-files
Browse files Browse the repository at this point in the history
Bump dependencies in pyproject.toml and tox.ini
  • Loading branch information
freakboy3742 authored May 27, 2024
2 parents ca6957e + ce29371 commit f69f726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/464.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.
6 changes: 3 additions & 3 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 Expand Up @@ -53,7 +53,7 @@ dev = [
"pre-commit == 3.7.0 ; python_version >= '3.9'",
"pytest == 8.2.0",
"pytest-tldr == 0.2.5",
"setuptools_scm == 8.0.4",
"setuptools_scm == 8.1.0",
"tox == 4.15.0",
]
docs = [
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 f69f726

Please sign in to comment.