Skip to content

Commit 55e86c1

Browse files
[edgetest] automated change (#328)
Co-authored-by: fdosani <[email protected]>
1 parent e90e5ae commit 55e86c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name="Faisal Dosani", email="[email protected]" },
77
]
88
license = {text = "Apache Software License"}
9-
dependencies = ["boto3<=1.37.3,>=1.9.92", "PyYAML<=6.0.2,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.2.3,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"]
9+
dependencies = ["boto3<=1.37.17,>=1.9.92", "PyYAML<=6.0.2,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.2.4,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"]
1010

1111
requires-python = ">=3.9.0"
1212
classifiers = [

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=requirements.txt pyproject.toml
3-
boto3==1.37.3
3+
boto3==1.37.17
44
# via locopy (pyproject.toml)
5-
botocore==1.37.3
5+
botocore==1.37.17
66
# via
77
# boto3
88
# s3transfer
99
jmespath==1.0.1
1010
# via
1111
# boto3
1212
# botocore
13-
numpy==2.2.3
13+
numpy==2.2.4
1414
# via
1515
# locopy (pyproject.toml)
1616
# pandas
1717
pandas==2.2.3
1818
# via locopy (pyproject.toml)
19-
polars==1.23.0
19+
polars==1.25.2
2020
# via locopy (pyproject.toml)
2121
pyarrow==19.0.1
2222
# via locopy (pyproject.toml)
@@ -28,7 +28,7 @@ pytz==2025.1
2828
# via pandas
2929
pyyaml==6.0.2
3030
# via locopy (pyproject.toml)
31-
s3transfer==0.11.3
31+
s3transfer==0.11.4
3232
# via boto3
3333
six==1.17.0
3434
# via python-dateutil

0 commit comments

Comments
 (0)