Skip to content

Commit 6b7bdb3

Browse files
Bump the deps group across 2 directories with 3 updates (#1623)
Bumps the deps group with 2 updates in the /ci/tox/build-context directory: [build](https://github.com/pypa/build) and [tox](https://github.com/tox-dev/tox). Bumps the deps group with 2 updates in the /requirements directory: [build](https://github.com/pypa/build) and [vulture](https://github.com/jendrikseipp/vulture). Updates `build` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.0...1.4.2) Updates `tox` from 4.50.3 to 4.51.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.50.3...4.51.0) Updates `build` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.0...1.4.2) Updates `vulture` from 2.15 to 2.16 - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](jendrikseipp/vulture@v2.15...v2.16) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tox dependency-version: 4.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: build dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: vulture dependency-version: '2.16' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 249840c commit 6b7bdb3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/tox/build-context/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build==0.9.0; python_version <= '3.6'
22
build==1.1.1; python_version >= '3.7' and python_version < '3.8'
33
build==1.2.2.post1; python_version >= '3.8' and python_version < '3.9'
4-
build==1.4.0; python_version >= '3.9'
4+
build==1.4.2; python_version >= '3.9'
55

66
setuptools==59.6.0; python_version <= '3.6'
77
setuptools==68.0.0; python_version >= '3.7' and python_version < '3.8'
@@ -12,4 +12,4 @@ tox==3.28.0; python_version <= '3.6'
1212
tox==4.8.0; python_version >= '3.7' and python_version < '3.8'
1313
tox==4.25.0; python_version >= '3.8' and python_version < '3.9'
1414
tox==4.30.3; python_version >= '3.9' and python_version < '3.10'
15-
tox==4.50.3; python_version >= '3.10'
15+
tox==4.51.0; python_version >= '3.10'

requirements/pypi-publish.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build==1.4.0
1+
build==1.4.2
22
setuptools==82.0.1
33
twine==6.2.0
44
wheel==0.46.3

requirements/vulture-check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vulture==2.15
1+
vulture==2.16

0 commit comments

Comments
 (0)