Skip to content

Commit a14b9ad

Browse files
edx-requirements-botregisb
authored andcommitted
chore: Upgrade Python requirements
1 parent e475779 commit a14b9ad

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ djangorestframework==3.16.0
2626
# via -r requirements/base.in
2727
edx-django-utils==7.2.0
2828
# via -r requirements/base.in
29-
newrelic==10.8.0
29+
newrelic==10.8.1
3030
# via edx-django-utils
3131
pbr==6.1.1
3232
# via stevedore

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ pyproject-api==1.9.0
3030
# via tox
3131
tox==4.25.0
3232
# via -r requirements/ci.in
33-
virtualenv==20.29.3
33+
virtualenv==20.30.0
3434
# via tox

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jinja2==3.1.6
111111
# via
112112
# -r requirements/quality.txt
113113
# code-annotations
114-
lxml[html-clean,html_clean]==5.3.1
114+
lxml[html-clean,html_clean]==5.3.2
115115
# via
116116
# edx-i18n-tools
117117
# lxml-html-clean
@@ -125,7 +125,7 @@ mccabe==0.7.0
125125
# via
126126
# -r requirements/quality.txt
127127
# pylint
128-
newrelic==10.8.0
128+
newrelic==10.8.1
129129
# via
130130
# -r requirements/quality.txt
131131
# edx-django-utils
@@ -211,9 +211,9 @@ pytest==8.3.5
211211
# -r requirements/quality.txt
212212
# pytest-cov
213213
# pytest-django
214-
pytest-cov==6.0.0
214+
pytest-cov==6.1.1
215215
# via -r requirements/quality.txt
216-
pytest-django==4.10.0
216+
pytest-django==4.11.1
217217
# via -r requirements/quality.txt
218218
python-dateutil==2.9.0.post0
219219
# via
@@ -258,7 +258,7 @@ tomlkit==0.13.2
258258
# pylint
259259
tox==4.25.0
260260
# via -r requirements/ci.txt
261-
virtualenv==20.29.3
261+
virtualenv==20.30.0
262262
# via
263263
# -r requirements/ci.txt
264264
# tox

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ more-itertools==10.6.0
107107
# via
108108
# jaraco-classes
109109
# jaraco-functools
110-
newrelic==10.8.0
110+
newrelic==10.8.1
111111
# via
112112
# -r requirements/test.txt
113113
# edx-django-utils
@@ -154,9 +154,9 @@ pytest==8.3.5
154154
# -r requirements/test.txt
155155
# pytest-cov
156156
# pytest-django
157-
pytest-cov==6.0.0
157+
pytest-cov==6.1.1
158158
# via -r requirements/test.txt
159-
pytest-django==4.10.0
159+
pytest-django==4.11.1
160160
# via -r requirements/test.txt
161161
python-dateutil==2.9.0.post0
162162
# via
@@ -224,7 +224,7 @@ stevedore==5.4.1
224224
# edx-django-utils
225225
twine==6.1.0
226226
# via -r requirements/doc.in
227-
typing-extensions==4.13.0
227+
typing-extensions==4.13.1
228228
# via
229229
# beautifulsoup4
230230
# pydata-sphinx-theme

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ markupsafe==3.0.2
7474
# via jinja2
7575
mccabe==0.7.0
7676
# via pylint
77-
newrelic==10.8.0
77+
newrelic==10.8.1
7878
# via
7979
# -r requirements/test.txt
8080
# edx-django-utils
@@ -127,9 +127,9 @@ pytest==8.3.5
127127
# -r requirements/test.txt
128128
# pytest-cov
129129
# pytest-django
130-
pytest-cov==6.0.0
130+
pytest-cov==6.1.1
131131
# via -r requirements/test.txt
132-
pytest-django==4.10.0
132+
pytest-django==4.11.1
133133
# via -r requirements/test.txt
134134
python-dateutil==2.9.0.post0
135135
# via

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ freezegun==1.5.1
4545
# via -r requirements/test.in
4646
iniconfig==2.1.0
4747
# via pytest
48-
newrelic==10.8.0
48+
newrelic==10.8.1
4949
# via
5050
# -r requirements/base.txt
5151
# edx-django-utils
@@ -73,9 +73,9 @@ pytest==8.3.5
7373
# via
7474
# pytest-cov
7575
# pytest-django
76-
pytest-cov==6.0.0
76+
pytest-cov==6.1.1
7777
# via -r requirements/test.in
78-
pytest-django==4.10.0
78+
pytest-django==4.11.1
7979
# via -r requirements/test.in
8080
python-dateutil==2.9.0.post0
8181
# via freezegun

0 commit comments

Comments
 (0)