Skip to content

Commit db74d66

Browse files
build(deps): bump virtualenv
Bumps the minor-and-patch group in /.github/workflows with 1 update: [virtualenv](https://github.com/pypa/virtualenv). 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: 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] <[email protected]>
1 parent fd834fc commit db74d66

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

.github/workflows/constraints.txt

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ argcomplete==3.6.2
66
# via nox
77
attrs==25.3.0
88
# via nox
9+
backports-tarfile==1.2.0
10+
# via jaraco-context
911
build==1.2.2.post1
1012
# via
1113
# nox-poetry
1214
# poetry
13-
cachecontrol==0.14.3
15+
cachecontrol[filecache]==0.14.3
1416
# via poetry
1517
certifi==2025.7.14
1618
# via
@@ -35,6 +37,8 @@ distlib==0.4.0
3537
# via virtualenv
3638
dulwich==0.22.8
3739
# via poetry
40+
exceptiongroup==1.3.0
41+
# via anyio
3842
fastjsonschema==2.21.1
3943
# via poetry
4044
filelock==3.18.0
@@ -54,6 +58,11 @@ idna==3.10
5458
# anyio
5559
# httpx
5660
# requests
61+
importlib-metadata==8.6.1
62+
# via
63+
# build
64+
# keyring
65+
# poetry
5766
installer==0.7.0
5867
# via poetry
5968
jaraco-classes==3.4.0
@@ -76,10 +85,10 @@ msgpack==1.1.1
7685
# via cachecontrol
7786
nox==2025.5.1
7887
# via
79-
# -r .github/workflows/constraints.in
88+
# -r constraints.in
8089
# nox-poetry
8190
nox-poetry==1.2.0
82-
# via -r .github/workflows/constraints.in
91+
# via -r constraints.in
8392
packaging==25.0
8493
# via
8594
# build
@@ -88,18 +97,16 @@ packaging==25.0
8897
# nox
8998
# nox-poetry
9099
# poetry
91-
pbs-installer==2025.7.12
100+
pbs-installer[download,install]==2025.7.12
92101
# via poetry
93-
pip==25.1.1
94-
# via -r .github/workflows/constraints.in
95102
pkginfo==1.12.1.2
96103
# via poetry
97104
platformdirs==4.3.8
98105
# via
99106
# poetry
100107
# virtualenv
101108
poetry==2.1.3
102-
# via -r .github/workflows/constraints.in
109+
# via -r constraints.in
103110
poetry-core==2.1.3
104111
# via poetry
105112
pycparser==2.22
@@ -123,22 +130,32 @@ shellingham==1.5.4
123130
# via poetry
124131
sniffio==1.3.1
125132
# via anyio
133+
tomli==2.2.1
134+
# via
135+
# build
136+
# dependency-groups
137+
# nox
138+
# poetry
126139
tomlkit==0.13.3
127140
# via
128141
# nox-poetry
129142
# poetry
130143
trove-classifiers==2025.5.9.12
131144
# via poetry
132145
typing-extensions==4.14.1
133-
# via anyio
146+
# via
147+
# anyio
148+
# exceptiongroup
134149
urllib3==2.5.0
135150
# via
136151
# dulwich
137152
# requests
138-
virtualenv==20.31.2
153+
virtualenv==20.32.0
139154
# via
140-
# -r .github/workflows/constraints.in
155+
# -r constraints.in
141156
# nox
142157
# poetry
158+
zipp==3.23.0
159+
# via importlib-metadata
143160
zstandard==0.23.0
144161
# via pbs-installer

0 commit comments

Comments
 (0)