Skip to content

Commit 3a1a90e

Browse files
authored
Merge pull request #153 from openedx/repo-tools/upgrade-python-requirements-c44241a
chore: Upgrade Python requirements
2 parents c44241a + 4b31c80 commit 3a1a90e

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.35.90
7+
boto3==1.35.92
88
# via smart-open
9-
botocore==1.35.90
9+
botocore==1.35.92
1010
# via
1111
# boto3
1212
# s3transfer

requirements/ci.txt

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

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ backports-tarfile==1.2.0
1313
# via
1414
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
1515
# jaraco-context
16-
boto3==1.35.90
16+
boto3==1.35.92
1717
# via
1818
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
1919
# smart-open
20-
botocore==1.35.90
20+
botocore==1.35.92
2121
# via
2222
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
2323
# boto3
@@ -217,7 +217,7 @@ pycparser==2.22
217217
# cffi
218218
pydocstyle==6.3.0
219219
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
220-
pygments==2.18.0
220+
pygments==2.19.0
221221
# via
222222
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
223223
# diff-cover
@@ -337,7 +337,7 @@ urllib3==2.3.0
337337
# clickhouse-connect
338338
# requests
339339
# twine
340-
virtualenv==20.28.0
340+
virtualenv==20.28.1
341341
# via
342342
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/ci.txt
343343
# tox

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ backports-tarfile==1.2.0
1616
# via jaraco-context
1717
beautifulsoup4==4.12.3
1818
# via pydata-sphinx-theme
19-
boto3==1.35.90
19+
boto3==1.35.92
2020
# via
2121
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2222
# smart-open
23-
botocore==1.35.90
23+
botocore==1.35.92
2424
# via
2525
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2626
# boto3
@@ -117,7 +117,7 @@ pycparser==2.22
117117
# via cffi
118118
pydata-sphinx-theme==0.16.1
119119
# via sphinx-book-theme
120-
pygments==2.18.0
120+
pygments==2.19.0
121121
# via
122122
# accessible-pygments
123123
# pydata-sphinx-theme

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.45.1
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.3.1
1212
# via -r requirements/pip.in
13-
setuptools==75.6.0
13+
setuptools==75.7.0
1414
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ astroid==3.3.8
1010
# pylint-celery
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
13-
boto3==1.35.90
13+
boto3==1.35.92
1414
# via
1515
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
1616
# smart-open
17-
botocore==1.35.90
17+
botocore==1.35.92
1818
# via
1919
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2020
# boto3
@@ -126,7 +126,7 @@ pycparser==2.22
126126
# via cffi
127127
pydocstyle==6.3.0
128128
# via -r requirements/quality.in
129-
pygments==2.18.0
129+
pygments==2.19.0
130130
# via
131131
# readme-renderer
132132
# rich

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.35.90
7+
boto3==1.35.92
88
# via
99
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
1010
# smart-open
11-
botocore==1.35.90
11+
botocore==1.35.92
1212
# via
1313
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
1414
# boto3

0 commit comments

Comments
 (0)