Skip to content

Commit d3786a5

Browse files
chore: Upgrade Python requirements
1 parent 5c05ed3 commit d3786a5

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ click-plugins==1.1.1
3838
# via celery
3939
click-repl==0.3.0
4040
# via celery
41-
code-annotations==2.1.0
41+
code-annotations==2.2.0
4242
# via edx-toggles
4343
cryptography==44.0.0
4444
# via pyjwt
@@ -119,11 +119,11 @@ markupsafe==3.0.2
119119
# xblock
120120
newrelic==10.4.0
121121
# via edx-django-utils
122-
openedx-events==9.15.1
122+
openedx-events==9.15.2
123123
# via event-tracking
124124
pbr==6.1.0
125125
# via stevedore
126-
prompt-toolkit==3.0.48
126+
prompt-toolkit==3.0.50
127127
# via click-repl
128128
psutil==6.1.1
129129
# via edx-django-utils

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ pyproject-api==1.8.0
3232
# via tox
3333
tox==4.23.2
3434
# via -r requirements/ci.in
35-
virtualenv==20.28.1
35+
virtualenv==20.29.1
3636
# via tox

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ click-plugins==1.1.1
5555
# via celery
5656
click-repl==0.3.0
5757
# via celery
58-
code-annotations==2.1.0
58+
code-annotations==2.2.0
5959
# via
6060
# edx-lint
6161
# edx-toggles
@@ -203,15 +203,15 @@ mdurl==0.1.2
203203
# via markdown-it-py
204204
mock==5.1.0
205205
# via -r requirements/test.in
206-
more-itertools==10.5.0
206+
more-itertools==10.6.0
207207
# via
208208
# jaraco-classes
209209
# jaraco-functools
210210
newrelic==10.4.0
211211
# via edx-django-utils
212212
nh3==0.2.20
213213
# via readme-renderer
214-
openedx-events==9.15.1
214+
openedx-events==9.15.2
215215
# via event-tracking
216216
packaging==24.2
217217
# via
@@ -240,7 +240,7 @@ pluggy==1.5.0
240240
# tox
241241
polib==1.2.0
242242
# via edx-i18n-tools
243-
prompt-toolkit==3.0.48
243+
prompt-toolkit==3.0.50
244244
# via click-repl
245245
psutil==6.1.1
246246
# via edx-django-utils
@@ -372,7 +372,7 @@ vine==5.1.0
372372
# amqp
373373
# celery
374374
# kombu
375-
virtualenv==20.28.1
375+
virtualenv==20.29.1
376376
# via tox
377377
wcwidth==0.2.13
378378
# via prompt-toolkit

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ click-plugins==1.1.1
4848
# via celery
4949
click-repl==0.3.0
5050
# via celery
51-
code-annotations==2.1.0
51+
code-annotations==2.2.0
5252
# via edx-toggles
5353
coverage[toml]==7.6.10
5454
# via pytest-cov
@@ -155,7 +155,7 @@ mock==5.1.0
155155
# via -r requirements/test.in
156156
newrelic==10.4.0
157157
# via edx-django-utils
158-
openedx-events==9.15.1
158+
openedx-events==9.15.2
159159
# via event-tracking
160160
packaging==24.2
161161
# via
@@ -165,7 +165,7 @@ pbr==6.1.0
165165
# via stevedore
166166
pluggy==1.5.0
167167
# via pytest
168-
prompt-toolkit==3.0.48
168+
prompt-toolkit==3.0.50
169169
# via click-repl
170170
psutil==6.1.1
171171
# via edx-django-utils

requirements/quality.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ click-plugins==1.1.1
4646
# via celery
4747
click-repl==0.3.0
4848
# via celery
49-
code-annotations==2.1.0
49+
code-annotations==2.2.0
5050
# via
5151
# edx-lint
5252
# edx-toggles
@@ -173,15 +173,15 @@ mdurl==0.1.2
173173
# via markdown-it-py
174174
mock==5.1.0
175175
# via -r requirements/test.in
176-
more-itertools==10.5.0
176+
more-itertools==10.6.0
177177
# via
178178
# jaraco-classes
179179
# jaraco-functools
180180
newrelic==10.4.0
181181
# via edx-django-utils
182182
nh3==0.2.20
183183
# via readme-renderer
184-
openedx-events==9.15.1
184+
openedx-events==9.15.2
185185
# via event-tracking
186186
packaging==24.2
187187
# via
@@ -195,7 +195,7 @@ platformdirs==4.3.6
195195
# via pylint
196196
pluggy==1.5.0
197197
# via pytest
198-
prompt-toolkit==3.0.48
198+
prompt-toolkit==3.0.50
199199
# via click-repl
200200
psutil==6.1.1
201201
# via edx-django-utils

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ click-plugins==1.1.1
3838
# via celery
3939
click-repl==0.3.0
4040
# via celery
41-
code-annotations==2.1.0
41+
code-annotations==2.2.0
4242
# via edx-toggles
4343
coverage[toml]==7.6.10
4444
# via pytest-cov
@@ -131,15 +131,15 @@ mock==5.1.0
131131
# via -r requirements/test.in
132132
newrelic==10.4.0
133133
# via edx-django-utils
134-
openedx-events==9.15.1
134+
openedx-events==9.15.2
135135
# via event-tracking
136136
packaging==24.2
137137
# via pytest
138138
pbr==6.1.0
139139
# via stevedore
140140
pluggy==1.5.0
141141
# via pytest
142-
prompt-toolkit==3.0.48
142+
prompt-toolkit==3.0.50
143143
# via click-repl
144144
psutil==6.1.1
145145
# via edx-django-utils

0 commit comments

Comments
 (0)