Skip to content

Commit 5603675

Browse files
chore: Upgrade Python requirements (#151)
1 parent 37d633e commit 5603675

File tree

6 files changed

+35
-35
lines changed

6 files changed

+35
-35
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.35.81
7+
boto3==1.35.86
88
# via smart-open
9-
botocore==1.35.81
9+
botocore==1.35.86
1010
# via
1111
# boto3
1212
# s3transfer
@@ -16,7 +16,7 @@ certifi==2024.12.14
1616
# requests
1717
charset-normalizer==3.4.0
1818
# via requests
19-
click==8.1.7
19+
click==8.1.8
2020
# via -r requirements/base.in
2121
clickhouse-connect==0.6.23
2222
# via -r requirements/base.in
@@ -40,9 +40,9 @@ s3transfer==0.10.4
4040
# via boto3
4141
six==1.17.0
4242
# via python-dateutil
43-
smart-open[s3]==7.0.5
43+
smart-open[s3]==7.1.0
4444
# via -r requirements/base.in
45-
urllib3==2.2.3
45+
urllib3==2.3.0
4646
# via
4747
# botocore
4848
# clickhouse-connect

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
astroid==3.3.6
7+
astroid==3.3.7
88
# via
99
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
1010
# pylint
@@ -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.81
16+
boto3==1.35.86
1717
# via
1818
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
1919
# smart-open
20-
botocore==1.35.81
20+
botocore==1.35.86
2121
# via
2222
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
2323
# boto3
@@ -48,7 +48,7 @@ charset-normalizer==3.4.0
4848
# via
4949
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
5050
# requests
51-
click==8.1.7
51+
click==8.1.8
5252
# via
5353
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/pip-tools.txt
5454
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
@@ -132,7 +132,7 @@ jeepney==0.8.0
132132
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
133133
# keyring
134134
# secretstorage
135-
jinja2==3.1.4
135+
jinja2==3.1.5
136136
# via
137137
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
138138
# code-annotations
@@ -171,7 +171,7 @@ more-itertools==10.5.0
171171
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
172172
# jaraco-classes
173173
# jaraco-functools
174-
nh3==0.2.19
174+
nh3==0.2.20
175175
# via
176176
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
177177
# readme-renderer
@@ -308,7 +308,7 @@ six==1.17.0
308308
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
309309
# edx-lint
310310
# python-dateutil
311-
smart-open[s3]==7.0.5
311+
smart-open[s3]==7.1.0
312312
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
313313
snowballstemmer==2.2.0
314314
# via
@@ -330,7 +330,7 @@ tox==4.23.2
330330
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/ci.txt
331331
twine==6.0.1
332332
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
333-
urllib3==2.2.3
333+
urllib3==2.3.0
334334
# via
335335
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
336336
# botocore

requirements/doc.txt

Lines changed: 8 additions & 8 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.81
19+
boto3==1.35.86
2020
# via
2121
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2222
# smart-open
23-
botocore==1.35.81
23+
botocore==1.35.86
2424
# via
2525
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2626
# boto3
@@ -38,7 +38,7 @@ charset-normalizer==3.4.0
3838
# via
3939
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
4040
# requests
41-
click==8.1.7
41+
click==8.1.8
4242
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
4343
clickhouse-connect==0.6.23
4444
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
@@ -75,7 +75,7 @@ jeepney==0.8.0
7575
# via
7676
# keyring
7777
# secretstorage
78-
jinja2==3.1.4
78+
jinja2==3.1.5
7979
# via sphinx
8080
jmespath==1.0.1
8181
# via
@@ -98,7 +98,7 @@ more-itertools==10.5.0
9898
# via
9999
# jaraco-classes
100100
# jaraco-functools
101-
nh3==0.2.19
101+
nh3==0.2.20
102102
# via readme-renderer
103103
packaging==24.2
104104
# via
@@ -115,7 +115,7 @@ pluggy==1.5.0
115115
# pytest
116116
pycparser==2.22
117117
# via cffi
118-
pydata-sphinx-theme==0.16.0
118+
pydata-sphinx-theme==0.16.1
119119
# via sphinx-book-theme
120120
pygments==2.18.0
121121
# via
@@ -166,7 +166,7 @@ six==1.17.0
166166
# via
167167
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
168168
# python-dateutil
169-
smart-open[s3]==7.0.5
169+
smart-open[s3]==7.1.0
170170
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
171171
snowballstemmer==2.2.0
172172
# via sphinx
@@ -195,7 +195,7 @@ twine==6.0.1
195195
# via -r requirements/doc.in
196196
typing-extensions==4.12.2
197197
# via pydata-sphinx-theme
198-
urllib3==2.2.3
198+
urllib3==2.3.0
199199
# via
200200
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
201201
# botocore

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
1111
packaging==24.2
1212
# via build

requirements/quality.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# make upgrade
66
#
7-
astroid==3.3.6
7+
astroid==3.3.7
88
# via
99
# pylint
1010
# pylint-celery
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
13-
boto3==1.35.81
13+
boto3==1.35.86
1414
# via
1515
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
1616
# smart-open
17-
botocore==1.35.81
17+
botocore==1.35.86
1818
# via
1919
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
2020
# boto3
@@ -30,7 +30,7 @@ charset-normalizer==3.4.0
3030
# via
3131
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
3232
# requests
33-
click==8.1.7
33+
click==8.1.8
3434
# via
3535
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
3636
# click-log
@@ -78,7 +78,7 @@ jeepney==0.8.0
7878
# via
7979
# keyring
8080
# secretstorage
81-
jinja2==3.1.4
81+
jinja2==3.1.5
8282
# via code-annotations
8383
jmespath==1.0.1
8484
# via
@@ -103,7 +103,7 @@ more-itertools==10.5.0
103103
# via
104104
# jaraco-classes
105105
# jaraco-functools
106-
nh3==0.2.19
106+
nh3==0.2.20
107107
# via readme-renderer
108108
packaging==24.2
109109
# via
@@ -188,7 +188,7 @@ six==1.17.0
188188
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
189189
# edx-lint
190190
# python-dateutil
191-
smart-open[s3]==7.0.5
191+
smart-open[s3]==7.1.0
192192
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
193193
snowballstemmer==2.2.0
194194
# via pydocstyle
@@ -200,7 +200,7 @@ tomlkit==0.13.2
200200
# via pylint
201201
twine==6.0.1
202202
# via -r requirements/quality.in
203-
urllib3==2.2.3
203+
urllib3==2.3.0
204204
# via
205205
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
206206
# botocore

requirements/test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.35.81
7+
boto3==1.35.86
88
# via
99
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
1010
# smart-open
11-
botocore==1.35.81
11+
botocore==1.35.86
1212
# via
1313
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
1414
# boto3
@@ -22,7 +22,7 @@ charset-normalizer==3.4.0
2222
# via
2323
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
2424
# requests
25-
click==8.1.7
25+
click==8.1.8
2626
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
2727
clickhouse-connect==0.6.23
2828
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
@@ -71,9 +71,9 @@ six==1.17.0
7171
# via
7272
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
7373
# python-dateutil
74-
smart-open[s3]==7.0.5
74+
smart-open[s3]==7.1.0
7575
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
76-
urllib3==2.2.3
76+
urllib3==2.3.0
7777
# via
7878
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
7979
# botocore

0 commit comments

Comments
 (0)