Skip to content

Commit e15dfde

Browse files
build(deps): bump the minor-and-patch group
Bumps the minor-and-patch group in /.github/workflows with 4 updates: [nox](https://github.com/wntrblm/nox), [pip](https://github.com/pypa/pip), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `nox` from 2025.5.1 to 2025.11.12 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.11.12) Updates `pip` from 25.1.1 to - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/commits) Updates `poetry` from 2.1.3 to 2.2.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@2.1.3...2.2.1) Updates `virtualenv` from 20.31.2 to 20.35.4 - [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.35.4) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pip dependency-version: dependency-type: direct:production dependency-group: minor-and-patch - dependency-name: poetry dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6e8d2b commit e15dfde

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.github/workflows/constraints.txt

Lines changed: 13 additions & 15 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.10
3737
# via poetry
3838
fastjsonschema==2.21.1
3939
# via poetry
@@ -49,6 +49,8 @@ httpcore==1.0.9
4949
# via httpx
5050
httpx==0.28.1
5151
# via pbs-installer
52+
humanize==4.14.0
53+
# via nox
5254
idna==3.10
5355
# via
5456
# anyio
@@ -74,12 +76,12 @@ more-itertools==10.7.0
7476
# jaraco-functools
7577
msgpack==1.1.1
7678
# via cachecontrol
77-
nox==2025.5.1
79+
nox==2025.11.12
7880
# via
79-
# -r .github/workflows/constraints.in
81+
# -r constraints.in
8082
# nox-poetry
8183
nox-poetry==1.2.0
82-
# via -r .github/workflows/constraints.in
84+
# via -r constraints.in
8385
packaging==25.0
8486
# via
8587
# build
@@ -88,19 +90,17 @@ packaging==25.0
8890
# nox
8991
# nox-poetry
9092
# poetry
91-
pbs-installer==2025.7.12
93+
pbs-installer[download,install]==2025.7.12
9294
# via poetry
93-
pip==25.1.1
94-
# via -r .github/workflows/constraints.in
9595
pkginfo==1.12.1.2
9696
# via poetry
9797
platformdirs==4.3.8
9898
# via
9999
# poetry
100100
# virtualenv
101-
poetry==2.1.3
102-
# via -r .github/workflows/constraints.in
103-
poetry-core==2.1.3
101+
poetry==2.2.1
102+
# via -r constraints.in
103+
poetry-core==2.2.1
104104
# via poetry
105105
pycparser==2.22
106106
# via cffi
@@ -129,15 +129,13 @@ tomlkit==0.13.3
129129
# poetry
130130
trove-classifiers==2025.5.9.12
131131
# via poetry
132-
typing-extensions==4.14.1
133-
# via anyio
134132
urllib3==2.5.0
135133
# via
136134
# dulwich
137135
# requests
138-
virtualenv==20.31.2
136+
virtualenv==20.35.4
139137
# via
140-
# -r .github/workflows/constraints.in
138+
# -r constraints.in
141139
# nox
142140
# poetry
143141
zstandard==0.23.0

0 commit comments

Comments
 (0)