Skip to content

Commit 1a17f7b

Browse files
Bump the production-dependencies group across 1 directory with 3 updates
Bumps the production-dependencies group with 3 updates in the / directory: [voluptuous](https://github.com/alecthomas/voluptuous), [setuptools](https://github.com/pypa/setuptools) and [traits](https://github.com/enthought/traits). Updates `voluptuous` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/alecthomas/voluptuous/releases) - [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md) - [Commits](alecthomas/voluptuous@0.15.2...0.16.0) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) Updates `traits` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/enthought/traits/releases) - [Changelog](https://github.com/enthought/traits/blob/main/CHANGES.rst) - [Commits](enthought/traits@7.0.2...7.1.0) --- updated-dependencies: - dependency-name: voluptuous dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: traits dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7deddc5 commit 1a17f7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ readme = "README.md"
1111
dependencies = [
1212
"pyyaml>=6.0.1",
1313
"nipype==1.10.0", # for cpac config expansion
14-
"voluptuous==0.15.2", # for cpac config expansion
14+
"voluptuous==0.16.0", # for cpac config expansion
1515
"pathvalidate==3.3.1", # for cpac config expansion
1616
"yamlordereddictloader==0.4.2", # for cpac config expansion
17-
"setuptools==80.9.0", # for cpac config expansion
18-
"traits==7.0.2" # for cpac config expansion
17+
"setuptools==80.10.2", # for cpac config expansion
18+
"traits==7.1.0" # for cpac config expansion
1919
]
2020

2121
[project.scripts]

0 commit comments

Comments
 (0)