Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent 23f5833 commit 77cb606
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
boto3==1.35.76
boto3==1.35.81
# via smart-open
botocore==1.35.76
botocore==1.35.81
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# clickhouse-connect
# requests
Expand Down
10 changes: 5 additions & 5 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 /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# jaraco-context
boto3==1.35.76
boto3==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# smart-open
botocore==1.35.76
botocore==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# boto3
Expand All @@ -30,7 +30,7 @@ cachetools==5.5.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/ci.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# clickhouse-connect
Expand Down Expand Up @@ -62,7 +62,7 @@ click-log==0.4.0
# edx-lint
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# edx-lint
Expand All @@ -78,7 +78,7 @@ cryptography==44.0.0
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/quality.txt
# secretstorage
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.76
boto3==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
botocore==1.35.76
botocore==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
# s3transfer
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
certifi==2024.12.14
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# clickhouse-connect
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ astroid==3.3.6
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.76
boto3==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# smart-open
botocore==1.35.76
botocore==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
# clickhouse-connect
Expand All @@ -40,7 +40,7 @@ click-log==0.4.0
# via edx-lint
clickhouse-connect==0.6.23
# via -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/test.txt
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.9
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# make upgrade
#
boto3==1.35.76
boto3==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# smart-open
botocore==1.35.76
botocore==1.35.81
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# -r /home/runner/work/xapi-db-load/xapi-db-load/requirements/base.txt
# clickhouse-connect
Expand Down

0 comments on commit 77cb606

Please sign in to comment.