File tree Expand file tree Collapse file tree 1 file changed +27
-10
lines changed Expand file tree Collapse file tree 1 file changed +27
-10
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ argcomplete==3.6.2
6
6
# via nox
7
7
attrs==25.3.0
8
8
# via nox
9
+ backports-tarfile==1.2.0
10
+ # via jaraco-context
9
11
build==1.2.2.post1
10
12
# via
11
13
# nox-poetry
12
14
# poetry
13
- cachecontrol==0.14.3
15
+ cachecontrol[filecache] ==0.14.3
14
16
# via poetry
15
17
certifi==2025.7.14
16
18
# via
@@ -35,6 +37,8 @@ distlib==0.4.0
35
37
# via virtualenv
36
38
dulwich==0.22.8
37
39
# via poetry
40
+ exceptiongroup==1.3.0
41
+ # via anyio
38
42
fastjsonschema==2.21.1
39
43
# via poetry
40
44
filelock==3.18.0
@@ -54,6 +58,11 @@ idna==3.10
54
58
# anyio
55
59
# httpx
56
60
# requests
61
+ importlib-metadata==8.6.1
62
+ # via
63
+ # build
64
+ # keyring
65
+ # poetry
57
66
installer==0.7.0
58
67
# via poetry
59
68
jaraco-classes==3.4.0
@@ -76,10 +85,10 @@ msgpack==1.1.1
76
85
# via cachecontrol
77
86
nox==2025.5.1
78
87
# via
79
- # -r .github/workflows/ constraints.in
88
+ # -r constraints.in
80
89
# nox-poetry
81
90
nox-poetry==1.2.0
82
- # via -r .github/workflows/ constraints.in
91
+ # via -r constraints.in
83
92
packaging==25.0
84
93
# via
85
94
# build
@@ -88,18 +97,16 @@ packaging==25.0
88
97
# nox
89
98
# nox-poetry
90
99
# poetry
91
- pbs-installer==2025.7.12
100
+ pbs-installer[download,install] ==2025.7.12
92
101
# via poetry
93
- pip==25.1.1
94
- # via -r .github/workflows/constraints.in
95
102
pkginfo==1.12.1.2
96
103
# via poetry
97
104
platformdirs==4.3.8
98
105
# via
99
106
# poetry
100
107
# virtualenv
101
108
poetry==2.1.3
102
- # via -r .github/workflows/ constraints.in
109
+ # via -r constraints.in
103
110
poetry-core==2.1.3
104
111
# via poetry
105
112
pycparser==2.22
@@ -123,22 +130,32 @@ shellingham==1.5.4
123
130
# via poetry
124
131
sniffio==1.3.1
125
132
# via anyio
133
+ tomli==2.2.1
134
+ # via
135
+ # build
136
+ # dependency-groups
137
+ # nox
138
+ # poetry
126
139
tomlkit==0.13.3
127
140
# via
128
141
# nox-poetry
129
142
# poetry
130
143
trove-classifiers==2025.5.9.12
131
144
# via poetry
132
145
typing-extensions==4.14.1
133
- # via anyio
146
+ # via
147
+ # anyio
148
+ # exceptiongroup
134
149
urllib3==2.5.0
135
150
# via
136
151
# dulwich
137
152
# requests
138
- virtualenv==20.31.2
153
+ virtualenv==20.32.0
139
154
# via
140
- # -r .github/workflows/ constraints.in
155
+ # -r constraints.in
141
156
# nox
142
157
# poetry
158
+ zipp==3.23.0
159
+ # via importlib-metadata
143
160
zstandard==0.23.0
144
161
# via pbs-installer
You can’t perform that action at this time.
0 commit comments