Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #154

Merged
merged 2 commits into from
Jan 13, 2025
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
9 changes: 5 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
boto3==1.35.92
boto3==1.35.97
# via smart-open
botocore==1.35.92
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,12 +42,13 @@ six==1.17.0
# via python-dateutil
smart-open[s3]==7.1.0
# via -r requirements/base.in
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
# clickhouse-connect
# requests
wrapt==1.17.0
wrapt==1.17.1
# via smart-open
zstandard==0.23.0
# via clickhouse-connect
Loading
Loading