Skip to content

Commit fb116fc

Browse files
Bump the github-actions-dependencies group across 1 directory with 5 updates
Bumps the github-actions-dependencies group with 5 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [pip](https://github.com/pypa/pip) | `24.1` | `25.0.1` | | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2025.2.9` | | [nox-poetry](https://github.com/cjolowicz/nox-poetry) | `1.0.3` | `1.1.0` | | [poetry](https://github.com/python-poetry/poetry) | `1.8.3` | `2.0.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.29.1` | Updates `pip` from 24.1 to 25.0.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.1...25.0.1) Updates `nox` from 2024.4.15 to 2025.2.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2025.02.09) Updates `nox-poetry` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](cjolowicz/nox-poetry@v1.0.3...v1.1.0) Updates `poetry` from 1.8.3 to 2.0.1 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@1.8.3...2.0.1) Updates `virtualenv` from 20.26.3 to 20.29.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.3...20.29.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: nox-poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dc71a9 commit fb116fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pip==24.1
2-
nox==2024.4.15
3-
nox-poetry==1.0.3
4-
poetry==1.8.3
5-
virtualenv==20.26.3
1+
pip==25.0.1
2+
nox==2025.2.9
3+
nox-poetry==1.1.0
4+
poetry==2.0.1
5+
virtualenv==20.29.1
66
urllib3>=1.26.0,<3.0.0

0 commit comments

Comments
 (0)