Skip to content

Commit 50d7dc4

Browse files
authored
Merge pull request #1989 from beeware/autoupdates/config-files
Bump dependencies in pyproject.toml and tox.ini
2 parents fd1525f + 7a44efb commit 50d7dc4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

automation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
# keep versions in sync with ../pyproject.toml
4-
"setuptools==74.0.0",
4+
"setuptools==74.1.2",
55
"setuptools_scm==8.1.0",
66
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
77
]

changes/1989.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
# keep versions in sync with automation/pyproject.toml
4-
"setuptools==74.0.0",
4+
"setuptools==74.1.2",
55
"setuptools_scm==8.1.0",
66
]
77
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)