Skip to content

Commit 6a9b8ee

Browse files
chore: Upgrade Python requirements (#154)
* chore: Upgrade Python requirements * fix: pip version constraint --------- Co-authored-by: Irtaza Akram <[email protected]>
1 parent 3a1a90e commit 6a9b8ee

File tree

7 files changed

+186
-223
lines changed

7 files changed

+186
-223
lines changed

requirements/base.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
boto3==1.35.92
7+
boto3==1.35.97
88
# via smart-open
9-
botocore==1.35.92
9+
botocore==1.35.97
1010
# via
1111
# boto3
1212
# s3transfer
@@ -42,12 +42,13 @@ six==1.17.0
4242
# via python-dateutil
4343
smart-open[s3]==7.1.0
4444
# via -r requirements/base.in
45-
urllib3==2.3.0
45+
urllib3==2.2.3
4646
# via
47+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
4748
# botocore
4849
# clickhouse-connect
4950
# requests
50-
wrapt==1.17.0
51+
wrapt==1.17.1
5152
# via smart-open
5253
zstandard==0.23.0
5354
# via clickhouse-connect

0 commit comments

Comments
 (0)