Skip to content

Commit fa157a3

Browse files
authored
Merge pull request #2043 from beeware/autoupdates/config-files
Bump dependencies in pyproject.toml and tox.ini
2 parents a95d336 + e2b2c2a commit fa157a3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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==75.1.0",
4+
"setuptools==75.2.0",
55
"setuptools_scm==8.1.0",
66
"setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies",
77
]

changes/2043.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==75.1.0",
4+
"setuptools==75.2.0",
55
"setuptools_scm==8.1.0",
66
]
77
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)