|
4 | 4 | # |
5 | 5 | # pip-compile --output-file=requirements/dev.txt requirements/dev.in |
6 | 6 | # |
7 | | -alabaster==0.7.16 |
| 7 | +alabaster==1.0.0 |
8 | 8 | # via sphinx |
9 | | -asgiref==3.7.2 |
| 9 | +asgiref==3.9.0 |
10 | 10 | # via |
11 | | - # -c requirements/prod.txt |
| 11 | + # -c /app/requirements/prod.txt |
12 | 12 | # django |
13 | | -asttokens==2.4.1 |
| 13 | +asttokens==3.0.0 |
14 | 14 | # via stack-data |
15 | | -babel==2.14.0 |
| 15 | +babel==2.17.0 |
16 | 16 | # via sphinx |
17 | | -black==23.12.1 |
| 17 | +black==25.1.0 |
18 | 18 | # via -r requirements/dev.in |
19 | | -build==1.0.3 |
| 19 | +build==1.2.2.post1 |
20 | 20 | # via pip-tools |
21 | | -certifi==2023.7.22 |
| 21 | +certifi==2025.6.15 |
22 | 22 | # via |
23 | | - # -c requirements/prod.txt |
| 23 | + # -c /app/requirements/prod.txt |
24 | 24 | # requests |
25 | | -charset-normalizer==3.2.0 |
| 25 | +charset-normalizer==3.4.2 |
26 | 26 | # via |
27 | | - # -c requirements/prod.txt |
| 27 | + # -c /app/requirements/prod.txt |
28 | 28 | # requests |
29 | | -click==8.1.6 |
| 29 | +click==8.2.1 |
30 | 30 | # via |
31 | | - # -c requirements/prod.txt |
| 31 | + # -c /app/requirements/prod.txt |
32 | 32 | # black |
33 | 33 | # pip-tools |
34 | | -coverage[toml]==6.5.0 |
| 34 | +coverage[toml]==7.9.2 |
35 | 35 | # via |
36 | 36 | # coveralls |
37 | 37 | # pytest-cov |
38 | | -coveralls==3.3.1 |
| 38 | +coveralls==4.0.1 |
39 | 39 | # via -r requirements/dev.in |
40 | | -decorator==5.1.1 |
| 40 | +decorator==5.2.1 |
41 | 41 | # via ipython |
42 | | -django==4.2.9 |
| 42 | +django==4.2.23 |
43 | 43 | # via |
44 | | - # -c requirements/prod.txt |
| 44 | + # -c /app/requirements/prod.txt |
45 | 45 | # django-extensions |
46 | | -django-extensions==3.2.3 |
| 46 | +django-extensions==4.1 |
47 | 47 | # via -r requirements/dev.in |
48 | 48 | docopt==0.6.2 |
49 | 49 | # via coveralls |
50 | | -docutils==0.16 |
| 50 | +docutils==0.21.2 |
51 | 51 | # via |
52 | | - # -c requirements/prod.txt |
| 52 | + # -c /app/requirements/prod.txt |
53 | 53 | # myst-parser |
54 | 54 | # sphinx |
55 | | -executing==2.0.1 |
| 55 | +executing==2.2.0 |
56 | 56 | # via stack-data |
57 | | -factory-boy==3.3.0 |
| 57 | +factory-boy==3.3.3 |
58 | 58 | # via |
59 | 59 | # -r requirements/dev.in |
60 | 60 | # pytest-factoryboy |
61 | | -faker==19.3.0 |
| 61 | +faker==37.4.0 |
62 | 62 | # via |
63 | | - # -c requirements/prod.txt |
| 63 | + # -c /app/requirements/prod.txt |
64 | 64 | # factory-boy |
65 | | -flake8==7.0.0 |
| 65 | +flake8==7.3.0 |
66 | 66 | # via -r requirements/dev.in |
67 | | -idna==3.4 |
| 67 | +idna==3.10 |
68 | 68 | # via |
69 | | - # -c requirements/prod.txt |
| 69 | + # -c /app/requirements/prod.txt |
70 | 70 | # requests |
71 | 71 | # yarl |
72 | 72 | imagesize==1.4.1 |
73 | 73 | # via sphinx |
74 | 74 | inflection==0.5.1 |
75 | 75 | # via pytest-factoryboy |
76 | | -iniconfig==2.0.0 |
| 76 | +iniconfig==2.1.0 |
77 | 77 | # via pytest |
78 | | -ipython==8.18.1 |
| 78 | +ipython==9.4.0 |
79 | 79 | # via -r requirements/dev.in |
80 | | -isort==5.13.2 |
| 80 | +ipython-pygments-lexers==1.1.1 |
| 81 | + # via ipython |
| 82 | +isort==6.0.1 |
81 | 83 | # via -r requirements/dev.in |
82 | | -jedi==0.19.1 |
| 84 | +jedi==0.19.2 |
83 | 85 | # via ipython |
84 | | -jinja2==3.1.2 |
| 86 | +jinja2==3.1.6 |
85 | 87 | # via |
86 | | - # -c requirements/prod.txt |
| 88 | + # -c /app/requirements/prod.txt |
87 | 89 | # myst-parser |
88 | 90 | # sphinx |
89 | | -markdown-it-py==2.2.0 |
| 91 | +markdown-it-py==3.0.0 |
90 | 92 | # via |
91 | | - # -c requirements/prod.txt |
| 93 | + # -c /app/requirements/prod.txt |
92 | 94 | # mdit-py-plugins |
93 | 95 | # myst-parser |
94 | | -markupsafe==2.1.3 |
| 96 | +markupsafe==3.0.2 |
95 | 97 | # via |
96 | | - # -c requirements/prod.txt |
| 98 | + # -c /app/requirements/prod.txt |
97 | 99 | # jinja2 |
98 | | -matplotlib-inline==0.1.6 |
| 100 | +matplotlib-inline==0.1.7 |
99 | 101 | # via ipython |
100 | 102 | mccabe==0.7.0 |
101 | 103 | # via flake8 |
102 | | -mdit-py-plugins==0.3.5 |
| 104 | +mdit-py-plugins==0.4.2 |
103 | 105 | # via myst-parser |
104 | 106 | mdurl==0.1.2 |
105 | 107 | # via |
106 | | - # -c requirements/prod.txt |
| 108 | + # -c /app/requirements/prod.txt |
107 | 109 | # markdown-it-py |
108 | | -multidict==6.0.4 |
| 110 | +multidict==6.6.3 |
109 | 111 | # via yarl |
110 | | -mypy-extensions==1.0.0 |
| 112 | +mypy-extensions==1.1.0 |
111 | 113 | # via black |
112 | | -myst-parser==1.0.0 |
| 114 | +myst-parser==4.0.1 |
113 | 115 | # via -r requirements/dev.in |
114 | | -packaging==23.2 |
| 116 | +packaging==25.0 |
115 | 117 | # via |
116 | | - # -c requirements/prod.txt |
| 118 | + # -c /app/requirements/prod.txt |
117 | 119 | # black |
118 | 120 | # build |
119 | 121 | # pytest |
| 122 | + # pytest-factoryboy |
120 | 123 | # sphinx |
121 | | -parso==0.8.3 |
| 124 | +parso==0.8.4 |
122 | 125 | # via jedi |
123 | 126 | pathspec==0.12.1 |
124 | 127 | # via black |
125 | 128 | pexpect==4.9.0 |
126 | 129 | # via ipython |
127 | | -pip-tools==7.3.0 |
| 130 | +pip-tools==7.4.1 |
128 | 131 | # via -r requirements/dev.in |
129 | | -platformdirs==4.1.0 |
| 132 | +platformdirs==4.3.8 |
130 | 133 | # via black |
131 | | -pluggy==1.3.0 |
132 | | - # via pytest |
133 | | -prompt-toolkit==3.0.43 |
| 134 | +pluggy==1.6.0 |
| 135 | + # via |
| 136 | + # pytest |
| 137 | + # pytest-cov |
| 138 | +prompt-toolkit==3.0.51 |
134 | 139 | # via ipython |
| 140 | +propcache==0.3.2 |
| 141 | + # via yarl |
135 | 142 | ptyprocess==0.7.0 |
136 | 143 | # via pexpect |
137 | | -pure-eval==0.2.2 |
| 144 | +pure-eval==0.2.3 |
138 | 145 | # via stack-data |
139 | | -pycodestyle==2.11.1 |
| 146 | +pycodestyle==2.14.0 |
140 | 147 | # via flake8 |
141 | | -pyflakes==3.2.0 |
| 148 | +pyflakes==3.4.0 |
142 | 149 | # via flake8 |
143 | | -pygments==2.17.2 |
| 150 | +pygments==2.19.2 |
144 | 151 | # via |
145 | | - # -c requirements/prod.txt |
| 152 | + # -c /app/requirements/prod.txt |
146 | 153 | # ipython |
| 154 | + # ipython-pygments-lexers |
| 155 | + # pytest |
147 | 156 | # sphinx |
148 | | -pyproject-hooks==1.0.0 |
149 | | - # via build |
150 | | -pytest==7.4.4 |
| 157 | +pyproject-hooks==1.2.0 |
| 158 | + # via |
| 159 | + # build |
| 160 | + # pip-tools |
| 161 | +pytest==8.4.1 |
151 | 162 | # via |
152 | 163 | # -r requirements/dev.in |
153 | 164 | # pytest-asyncio |
154 | 165 | # pytest-cov |
155 | 166 | # pytest-django |
156 | 167 | # pytest-factoryboy |
157 | 168 | # pytest-mock |
158 | | -pytest-asyncio==0.23.3 |
| 169 | +pytest-asyncio==1.0.0 |
159 | 170 | # via -r requirements/dev.in |
160 | | -pytest-cov==4.1.0 |
| 171 | +pytest-cov==6.2.1 |
161 | 172 | # via -r requirements/dev.in |
162 | | -pytest-django==4.7.0 |
| 173 | +pytest-django==4.11.1 |
163 | 174 | # via -r requirements/dev.in |
164 | | -pytest-factoryboy==2.6.0 |
| 175 | +pytest-factoryboy==2.8.1 |
165 | 176 | # via -r requirements/dev.in |
166 | | -pytest-mock==3.12.0 |
| 177 | +pytest-mock==3.14.1 |
167 | 178 | # via -r requirements/dev.in |
168 | | -python-dateutil==2.8.2 |
169 | | - # via |
170 | | - # -c requirements/prod.txt |
171 | | - # faker |
172 | | -pyyaml==6.0.1 |
| 179 | +pyyaml==6.0.2 |
173 | 180 | # via |
174 | | - # -c requirements/prod.txt |
| 181 | + # -c /app/requirements/prod.txt |
175 | 182 | # myst-parser |
176 | 183 | # vcrpy |
177 | | -requests==2.29.0 |
| 184 | +requests==2.32.4 |
178 | 185 | # via |
179 | | - # -c requirements/prod.txt |
| 186 | + # -c /app/requirements/prod.txt |
180 | 187 | # coveralls |
181 | 188 | # sphinx |
182 | | -six==1.16.0 |
| 189 | +roman-numerals-py==3.1.0 |
| 190 | + # via sphinx |
| 191 | +six==1.17.0 |
183 | 192 | # via |
184 | | - # -c requirements/prod.txt |
185 | | - # asttokens |
186 | | - # python-dateutil |
| 193 | + # -c /app/requirements/prod.txt |
187 | 194 | # sphinxcontrib-httpdomain |
188 | | -snowballstemmer==2.2.0 |
| 195 | +snowballstemmer==3.0.1 |
189 | 196 | # via sphinx |
190 | | -sphinx==5.3.0 |
| 197 | +sphinx==8.2.3 |
191 | 198 | # via |
192 | 199 | # -r requirements/dev.in |
193 | 200 | # myst-parser |
194 | 201 | # sphinxcontrib-httpdomain |
195 | | -sphinxcontrib-applehelp==1.0.8 |
| 202 | +sphinxcontrib-applehelp==2.0.0 |
196 | 203 | # via sphinx |
197 | | -sphinxcontrib-devhelp==1.0.6 |
| 204 | +sphinxcontrib-devhelp==2.0.0 |
198 | 205 | # via sphinx |
199 | | -sphinxcontrib-htmlhelp==2.0.5 |
| 206 | +sphinxcontrib-htmlhelp==2.1.0 |
200 | 207 | # via sphinx |
201 | 208 | sphinxcontrib-httpdomain==1.8.1 |
202 | 209 | # via -r requirements/dev.in |
203 | 210 | sphinxcontrib-jsmath==1.0.1 |
204 | 211 | # via sphinx |
205 | | -sphinxcontrib-qthelp==1.0.7 |
| 212 | +sphinxcontrib-qthelp==2.0.0 |
206 | 213 | # via sphinx |
207 | | -sphinxcontrib-serializinghtml==1.1.10 |
| 214 | +sphinxcontrib-serializinghtml==2.0.0 |
208 | 215 | # via sphinx |
209 | | -sqlparse==0.4.4 |
| 216 | +sqlparse==0.5.3 |
210 | 217 | # via |
211 | | - # -c requirements/prod.txt |
| 218 | + # -c /app/requirements/prod.txt |
212 | 219 | # django |
213 | 220 | stack-data==0.6.3 |
214 | 221 | # via ipython |
215 | | -traitlets==5.14.1 |
| 222 | +traitlets==5.14.3 |
216 | 223 | # via |
217 | 224 | # ipython |
218 | 225 | # matplotlib-inline |
219 | | -typing-extensions==4.7.1 |
| 226 | +typing-extensions==4.14.1 |
220 | 227 | # via |
221 | | - # -c requirements/prod.txt |
| 228 | + # -c /app/requirements/prod.txt |
222 | 229 | # pytest-factoryboy |
223 | | -urllib3==1.26.16 |
| 230 | +tzdata==2025.2 |
| 231 | + # via |
| 232 | + # -c /app/requirements/prod.txt |
| 233 | + # faker |
| 234 | +urllib3==2.5.0 |
224 | 235 | # via |
225 | | - # -c requirements/prod.txt |
| 236 | + # -c /app/requirements/prod.txt |
226 | 237 | # requests |
227 | | -vcrpy==5.1.0 |
| 238 | + # vcrpy |
| 239 | +vcrpy==7.0.0 |
228 | 240 | # via -r requirements/dev.in |
229 | 241 | wcwidth==0.2.13 |
230 | 242 | # via prompt-toolkit |
231 | | -wheel==0.42.0 |
| 243 | +wheel==0.45.1 |
232 | 244 | # via pip-tools |
233 | | -wrapt==1.16.0 |
| 245 | +wrapt==1.17.2 |
234 | 246 | # via vcrpy |
235 | | -yarl==1.9.4 |
| 247 | +yarl==1.20.1 |
236 | 248 | # via vcrpy |
237 | 249 |
|
238 | 250 | # The following packages are considered to be unsafe in a requirements file: |
|
0 commit comments