Skip to content

Commit

Permalink
Merge pull request #1684 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 committed Mar 7, 2024
2 parents b66ee70 + b3b5071 commit 4b69e2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with ../pyproject.toml
"setuptools==69.0.0",
"setuptools==69.1.1",
"setuptools_scm==8.0.4",
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
]
Expand Down
1 change: 1 addition & 0 deletions changes/1684.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,7 +1,7 @@
[build-system]
requires = [
# keep versions in sync with automation/pyproject.toml
"setuptools==69.0.0",
"setuptools==69.1.1",
"setuptools_scm==8.0.4",
]
build-backend = "setuptools.build_meta"
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ commands =

[testenv:towncrier{,-check}]
skip_install = True
deps = towncrier ~= 22.8
deps =
towncrier ~= 22.8
commands =
check : python -m towncrier.check --compare-with origin/main
!check : python -m towncrier {posargs}
Expand Down Expand Up @@ -131,8 +132,8 @@ commands =
skip_install = True
passenv = FORCE_COLOR
deps =
build==1.0.3
twine==4.0.2
build==1.1.1
twine==5.0.0
commands =
python -m build . --outdir dist{/}
with-automation: python -m build automation --outdir dist{/}
Expand Down

0 comments on commit 4b69e2b

Please sign in to comment.