Skip to content

Commit 6ee7ff1

Browse files
chore: Upgrade Python requirements (#160)
1 parent 0e02442 commit 6ee7ff1

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
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.36.21
7+
boto3==1.36.26
88
# via smart-open
9-
botocore==1.36.21
9+
botocore==1.36.26
1010
# via
1111
# boto3
1212
# s3transfer

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.1
7+
cachetools==5.5.2
88
# via tox
99
chardet==5.2.0
1010
# via tox

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ backports-tarfile==1.2.0
1313
# via
1414
# -r requirements/quality.txt
1515
# jaraco-context
16-
boto3==1.36.21
16+
boto3==1.36.26
1717
# via
1818
# -r requirements/quality.txt
1919
# smart-open
20-
botocore==1.36.21
20+
botocore==1.36.26
2121
# via
2222
# -r requirements/quality.txt
2323
# boto3
@@ -26,7 +26,7 @@ build==1.2.2.post1
2626
# via
2727
# -r requirements/pip-tools.txt
2828
# pip-tools
29-
cachetools==5.5.1
29+
cachetools==5.5.2
3030
# via
3131
# -r requirements/ci.txt
3232
# tox
@@ -78,7 +78,7 @@ cryptography==44.0.1
7878
# via
7979
# -r requirements/quality.txt
8080
# secretstorage
81-
diff-cover==9.2.2
81+
diff-cover==9.2.3
8282
# via -r requirements/dev.in
8383
dill==0.3.9
8484
# via
@@ -315,7 +315,7 @@ snowballstemmer==2.2.0
315315
# via
316316
# -r requirements/quality.txt
317317
# pydocstyle
318-
stevedore==5.4.0
318+
stevedore==5.4.1
319319
# via
320320
# -r requirements/quality.txt
321321
# code-annotations

requirements/doc.txt

Lines changed: 8 additions & 5 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.13.3
1818
# via pydata-sphinx-theme
19-
boto3==1.36.21
19+
boto3==1.36.26
2020
# via
2121
# -r requirements/test.txt
2222
# smart-open
23-
botocore==1.36.21
23+
botocore==1.36.26
2424
# via
2525
# -r requirements/test.txt
2626
# boto3
@@ -106,6 +106,7 @@ packaging==24.2
106106
# via
107107
# -r requirements/test.txt
108108
# build
109+
# pydata-sphinx-theme
109110
# pytest
110111
# sphinx
111112
# twine
@@ -115,7 +116,7 @@ pluggy==1.5.0
115116
# pytest
116117
pycparser==2.22
117118
# via cffi
118-
pydata-sphinx-theme==0.16.1
119+
pydata-sphinx-theme==0.15.4
119120
# via sphinx-book-theme
120121
pygments==2.19.1
121122
# via
@@ -157,6 +158,8 @@ rfc3986==2.0.0
157158
# via twine
158159
rich==13.9.4
159160
# via twine
161+
roman-numerals-py==3.1.0
162+
# via sphinx
160163
s3transfer==0.11.2
161164
# via
162165
# -r requirements/test.txt
@@ -173,12 +176,12 @@ snowballstemmer==2.2.0
173176
# via sphinx
174177
soupsieve==2.6
175178
# via beautifulsoup4
176-
sphinx==8.1.3
179+
sphinx==8.2.1
177180
# via
178181
# -r requirements/doc.in
179182
# pydata-sphinx-theme
180183
# sphinx-book-theme
181-
sphinx-book-theme==1.1.3
184+
sphinx-book-theme==1.1.4
182185
# via -r requirements/doc.in
183186
sphinxcontrib-applehelp==2.0.0
184187
# via sphinx

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.36.21
13+
boto3==1.36.26
1414
# via
1515
# -r requirements/test.txt
1616
# smart-open
17-
botocore==1.36.21
17+
botocore==1.36.26
1818
# via
1919
# -r requirements/test.txt
2020
# boto3
@@ -193,7 +193,7 @@ smart-open[s3]==7.1.0
193193
# via -r requirements/test.txt
194194
snowballstemmer==2.2.0
195195
# via pydocstyle
196-
stevedore==5.4.0
196+
stevedore==5.4.1
197197
# via code-annotations
198198
text-unidecode==1.3
199199
# via python-slugify

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.36.21
7+
boto3==1.36.26
88
# via
99
# -r requirements/base.txt
1010
# smart-open
11-
botocore==1.36.21
11+
botocore==1.36.26
1212
# via
1313
# -r requirements/base.txt
1414
# boto3

0 commit comments

Comments
 (0)