Skip to content

Commit

Permalink
edgetest bump versions (#315)
Browse files Browse the repository at this point in the history
* bump versions

* Update requirements.txt

* Update _version.py
  • Loading branch information
fdosani authored Dec 17, 2024
1 parent ce53207 commit 3966732
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion locopy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.2"
__version__ = "0.6.3"
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.63,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.2.3,>=1.5.0", "numpy<=2.1.3,>=1.22.0", "polars>=0.20.0", "pyarrow>=10.0.1"]
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"]

requires-python = ">=3.9.0"
classifiers = [
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
boto3==1.35.63
boto3==1.35.80
# via locopy (pyproject.toml)
botocore==1.35.64
botocore==1.35.80
# via
# boto3
# s3transfer
jmespath==1.0.1
# via
# boto3
# botocore
numpy==2.1.3
numpy==2.2.0
# via
# locopy (pyproject.toml)
# pandas
pandas==2.2.3
# via locopy (pyproject.toml)
polars==1.14.0
polars==1.17.1
# via locopy (pyproject.toml)
pyarrow==18.0.0
pyarrow==18.1.0
# via locopy (pyproject.toml)
python-dateutil==2.9.0.post0
# via
# botocore
# pandas
pytz==2024.2
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via locopy (pyproject.toml)
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via python-dateutil
tzdata==2024.2
# via pandas
Expand Down

0 comments on commit 3966732

Please sign in to comment.