Skip to content

Commit 3b14627

Browse files
build(deps): bump the minor-and-patch group across 1 directory with 3 updates
Bumps the minor-and-patch group with 3 updates in the /.github/workflows directory: [pip](https://github.com/pypa/pip), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 25.1.1 to 25.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.1.1...25.2) Updates `poetry` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@2.1.3...2.1.4) Updates `virtualenv` from 20.31.2 to 20.32.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.31.2...20.32.0) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: poetry dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: virtualenv dependency-version: 20.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61b18fb commit 3b14627

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/workflows/constraints.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build==1.2.2.post1
1010
# via
1111
# nox-poetry
1212
# poetry
13-
cachecontrol==0.14.3
13+
cachecontrol[filecache]==0.14.3
1414
# via poetry
1515
certifi==2025.7.14
1616
# via
@@ -33,7 +33,7 @@ dependency-groups==1.3.1
3333
# via nox
3434
distlib==0.4.0
3535
# via virtualenv
36-
dulwich==0.22.8
36+
dulwich==0.24.2
3737
# via poetry
3838
fastjsonschema==2.21.1
3939
# via poetry
@@ -76,10 +76,10 @@ msgpack==1.1.1
7676
# via cachecontrol
7777
nox==2025.5.1
7878
# via
79-
# -r .github/workflows/constraints.in
79+
# -r constraints.in
8080
# nox-poetry
8181
nox-poetry==1.2.0
82-
# via -r .github/workflows/constraints.in
82+
# via -r constraints.in
8383
packaging==25.0
8484
# via
8585
# build
@@ -88,19 +88,17 @@ packaging==25.0
8888
# nox
8989
# nox-poetry
9090
# poetry
91-
pbs-installer==2025.7.12
91+
pbs-installer[download,install]==2025.7.12
9292
# via poetry
93-
pip==25.1.1
94-
# via -r .github/workflows/constraints.in
9593
pkginfo==1.12.1.2
9694
# via poetry
9795
platformdirs==4.3.8
9896
# via
9997
# poetry
10098
# virtualenv
101-
poetry==2.1.3
102-
# via -r .github/workflows/constraints.in
103-
poetry-core==2.1.3
99+
poetry==2.2.1
100+
# via -r constraints.in
101+
poetry-core==2.2.1
104102
# via poetry
105103
pycparser==2.22
106104
# via cffi
@@ -129,15 +127,13 @@ tomlkit==0.13.3
129127
# poetry
130128
trove-classifiers==2025.5.9.12
131129
# via poetry
132-
typing-extensions==4.14.1
133-
# via anyio
134130
urllib3==2.5.0
135131
# via
136132
# dulwich
137133
# requests
138-
virtualenv==20.31.2
134+
virtualenv==20.35.3
139135
# via
140-
# -r .github/workflows/constraints.in
136+
# -r constraints.in
141137
# nox
142138
# poetry
143139
zstandard==0.23.0

0 commit comments

Comments
 (0)