Skip to content

Commit cd9b405

Browse files
chore: Upgrade Python requirements (#210)
1 parent 34b1816 commit cd9b405

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.41.2
7+
boto3==1.41.5
88
# via smart-open
9-
botocore==1.41.2
9+
botocore==1.41.5
1010
# via
1111
# boto3
1212
# s3transfer

requirements/dev.txt

Lines changed: 2 additions & 2 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.41.2
16+
boto3==1.41.5
1717
# via
1818
# -r requirements/quality.txt
1919
# smart-open
20-
botocore==1.41.2
20+
botocore==1.41.5
2121
# via
2222
# -r requirements/quality.txt
2323
# boto3

requirements/doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ babel==2.17.0
1414
# sphinx
1515
backports-tarfile==1.2.0
1616
# via jaraco-context
17-
beautifulsoup4==4.14.2
17+
beautifulsoup4==4.14.3
1818
# via pydata-sphinx-theme
19-
boto3==1.41.2
19+
boto3==1.41.5
2020
# via
2121
# -r requirements/test.txt
2222
# smart-open
23-
botocore==1.41.2
23+
botocore==1.41.5
2424
# via
2525
# -r requirements/test.txt
2626
# boto3
@@ -50,7 +50,7 @@ coverage[toml]==7.12.0
5050
# pytest-cov
5151
cryptography==46.0.3
5252
# via secretstorage
53-
docutils==0.21.2
53+
docutils==0.22.3
5454
# via
5555
# pydata-sphinx-theme
5656
# readme-renderer
@@ -180,7 +180,7 @@ rfc3986==2.0.0
180180
# via twine
181181
rich==14.2.0
182182
# via twine
183-
roman-numerals-py==3.1.0
183+
roman-numerals==3.1.0
184184
# via sphinx
185185
s3transfer==0.15.0
186186
# via
@@ -198,7 +198,7 @@ snowballstemmer==3.0.1
198198
# via sphinx
199199
soupsieve==2.8
200200
# via beautifulsoup4
201-
sphinx==8.2.3
201+
sphinx==9.0.0
202202
# via
203203
# -r requirements/doc.in
204204
# pydata-sphinx-theme

requirements/quality.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ astroid==3.3.11
1010
# pylint-celery
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
13-
boto3==1.41.2
13+
boto3==1.41.5
1414
# via
1515
# -r requirements/test.txt
1616
# smart-open
17-
botocore==1.41.2
17+
botocore==1.41.5
1818
# via
1919
# -r requirements/test.txt
2020
# boto3

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

0 commit comments

Comments
 (0)