Skip to content

Commit

Permalink
[edgetest] automated change (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: fdosani <[email protected]>
  • Loading branch information
github-actions[bot] and fdosani authored Jan 6, 2025
1 parent 00bba12 commit 1de1428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name="Faisal Dosani", email="[email protected]" },
]
license = {text = "Apache Software License"}
dependencies = ["boto3<=1.35.80,>=1.9.92", "PyYAML<=6.0.2,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.2.0,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"]
dependencies = ["boto3<=1.35.93,>=1.9.92", "PyYAML<=6.0.2,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.2.1,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"]

requires-python = ">=3.9.0"
classifiers = [
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
boto3==1.35.80
# uv pip compile --output-file=requirements.txt pyproject.toml
boto3==1.35.93
# via locopy (pyproject.toml)
botocore==1.35.80
botocore==1.35.93
# via
# boto3
# s3transfer
jmespath==1.0.1
# via
# boto3
# botocore
numpy==2.2.0
numpy==2.2.1
# via
# locopy (pyproject.toml)
# pandas
pandas==2.2.3
# via locopy (pyproject.toml)
polars==1.17.1
polars==1.19.0
# via locopy (pyproject.toml)
pyarrow==18.1.0
# via locopy (pyproject.toml)
Expand All @@ -34,5 +34,5 @@ six==1.17.0
# via python-dateutil
tzdata==2024.2
# via pandas
urllib3==2.2.3
urllib3==2.3.0
# via botocore

0 comments on commit 1de1428

Please sign in to comment.