Skip to content

Commit

Permalink
Merge pull request #1731 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 Apr 15, 2024
2 parents abe0009 + 41e6c6d commit 72d197c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.2.0",
"setuptools==69.5.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/1731.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.2.0",
"setuptools==69.5.1",
"setuptools_scm==8.0.4",
]
build-backend = "setuptools.build_meta"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skip_missing_interpreters = True
skip_install = True
deps =
build==1.2.1
setuptools==69.2.0
setuptools==69.5.1
wheel==0.43.0
commands_pre = python -m install_requirement pre-commit --extra dev --project-root "{tox_root}"
commands = pre-commit run --all-files --show-diff-on-failure --color=always
Expand Down Expand Up @@ -83,7 +83,7 @@ setenv =
project: COVERAGE_EXCLUDE_PLATFORM=disable
deps =
build==1.2.1
setuptools==69.2.0
setuptools==69.5.1
wheel==0.43.0
commands_pre =
python --version
Expand Down

0 comments on commit 72d197c

Please sign in to comment.