Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.42.14
boto3==1.42.17
# via smart-open
botocore==1.42.14
botocore==1.42.17
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/quality.txt
# smart-open
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -72,7 +72,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -125,7 +125,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/quality.txt
# keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via
# -r requirements/quality.txt
# keyring
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/test.txt
# boto3
Expand All @@ -44,7 +44,7 @@ click==8.3.1
# via -r requirements/test.txt
clickhouse-connect==0.10.0
# via -r requirements/test.txt
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -71,7 +71,7 @@ iniconfig==2.3.0
# pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ astroid==3.3.11
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/test.txt
# smart-open
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -44,7 +44,7 @@ clickhouse-connect==0.10.0
# via -r requirements/test.txt
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -74,7 +74,7 @@ isort==6.1.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
jaraco-context==6.0.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
boto3==1.42.14
boto3==1.42.17
# via
# -r requirements/base.txt
# smart-open
botocore==1.42.14
botocore==1.42.17
# via
# -r requirements/base.txt
# boto3
Expand All @@ -28,7 +28,7 @@ click==8.3.1
# via -r requirements/base.txt
clickhouse-connect==0.10.0
# via -r requirements/base.txt
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via pytest-cov
idna==3.11
# via
Expand Down