Skip to content

Commit 0237a1f

Browse files
build(deps): bump the minor-and-patch group in /.github/workflows with 2 updates (#563)
* build(deps): bump the minor-and-patch group Bumps the minor-and-patch group in /.github/workflows with 2 updates: [pip](https://github.com/pypa/pip) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 24.0 to 24.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.0...24.2) Updates `virtualenv` from 20.19.0 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.19.0...20.26.6) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> * deps: use `uv pip compile` for constraints --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent bd4dcaf commit 0237a1f

File tree

2 files changed

+124
-3
lines changed

2 files changed

+124
-3
lines changed

.github/workflows/constraints.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nox
2+
nox-poetry
3+
pip
4+
poetry
5+
virtualenv

.github/workflows/constraints.txt

Lines changed: 119 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,121 @@
1-
pip==24.0
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile .github/workflows/constraints.in
3+
argcomplete==3.5.0
4+
# via nox
5+
build==1.2.2
6+
# via poetry
7+
cachecontrol==0.14.0
8+
# via poetry
9+
certifi==2024.8.30
10+
# via requests
11+
cffi==1.17.1
12+
# via xattr
13+
charset-normalizer==3.3.2
14+
# via requests
15+
cleo==2.1.0
16+
# via poetry
17+
colorlog==6.8.2
18+
# via nox
19+
crashtest==0.4.1
20+
# via
21+
# cleo
22+
# poetry
23+
distlib==0.3.8
24+
# via virtualenv
25+
dulwich==0.21.7
26+
# via poetry
27+
fastjsonschema==2.20.0
28+
# via poetry
29+
filelock==3.16.1
30+
# via
31+
# cachecontrol
32+
# virtualenv
33+
idna==3.10
34+
# via requests
35+
importlib-metadata==8.5.0
36+
# via keyring
37+
installer==0.7.0
38+
# via poetry
39+
jaraco-classes==3.4.0
40+
# via keyring
41+
keyring==24.3.1
42+
# via poetry
43+
more-itertools==10.5.0
44+
# via jaraco-classes
45+
msgpack==1.1.0
46+
# via cachecontrol
247
nox==2024.4.15
48+
# via
49+
# -r .github/workflows/constraints.in
50+
# nox-poetry
351
nox-poetry==1.0.3
4-
poetry~=1.4.2
5-
virtualenv==20.19.0
52+
# via -r .github/workflows/constraints.in
53+
packaging==24.1
54+
# via
55+
# build
56+
# nox
57+
# nox-poetry
58+
# poetry
59+
pexpect==4.9.0
60+
# via poetry
61+
pip==24.2
62+
# via -r .github/workflows/constraints.in
63+
pkginfo==1.11.1
64+
# via poetry
65+
platformdirs==4.3.6
66+
# via
67+
# poetry
68+
# virtualenv
69+
poetry==1.8.3
70+
# via
71+
# -r .github/workflows/constraints.in
72+
# poetry-plugin-export
73+
poetry-core==1.9.0
74+
# via
75+
# poetry
76+
# poetry-plugin-export
77+
poetry-plugin-export==1.8.0
78+
# via poetry
79+
ptyprocess==0.7.0
80+
# via pexpect
81+
pycparser==2.22
82+
# via cffi
83+
pyproject-hooks==1.2.0
84+
# via
85+
# build
86+
# poetry
87+
rapidfuzz==3.10.0
88+
# via cleo
89+
requests==2.32.3
90+
# via
91+
# cachecontrol
92+
# poetry
93+
# requests-toolbelt
94+
requests-toolbelt==1.0.0
95+
# via poetry
96+
shellingham==1.5.4
97+
# via poetry
98+
tomli==2.0.2
99+
# via
100+
# build
101+
# nox
102+
# poetry
103+
tomlkit==0.13.2
104+
# via
105+
# nox-poetry
106+
# poetry
107+
trove-classifiers==2024.9.12
108+
# via poetry
109+
urllib3==2.2.3
110+
# via
111+
# dulwich
112+
# requests
113+
virtualenv==20.26.6
114+
# via
115+
# -r .github/workflows/constraints.in
116+
# nox
117+
# poetry
118+
xattr==1.1.0
119+
# via poetry
120+
zipp==3.20.2
121+
# via importlib-metadata

0 commit comments

Comments
 (0)