Skip to content

Commit

Permalink
Merge pull request #506 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 Aug 26, 2024
2 parents 2409122 + f504934 commit 91883c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/506.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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools==71.1.0",
"setuptools==73.0.1",
"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 @@ -34,7 +34,7 @@ commands =

[testenv:towncrier{,-check}]
deps =
towncrier==23.11.0
towncrier==24.8.0
commands =
check : python -m towncrier.check --compare-with origin/main
!check : python -m towncrier {posargs}
Expand Down

0 comments on commit 91883c4

Please sign in to comment.