Skip to content

Commit

Permalink
Merge pull request #239 from capitalone/develop
Browse files Browse the repository at this point in the history
Version v0.5.5
  • Loading branch information
jdawang authored Oct 30, 2023
2 parents a1a2aba + 9c588a5 commit e862734
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.5.4"
__version__ = "0.5.5"
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.28.39,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"]
dependencies = ["boto3<=1.28.72,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.2,>=0.25.2", "numpy<=1.26.1,>=1.22.0"]

requires-python = ">=3.8.0"
classifiers = [
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
boto3==1.28.0
boto3==1.28.63
# via locopy (pyproject.toml)
botocore==1.31.3
botocore==1.31.67
# via
# boto3
# s3transfer
jmespath==1.0.1
# via
# boto3
# botocore
numpy==1.25.0
numpy==1.26.0
# via
# locopy (pyproject.toml)
# pandas
pandas==2.0.3
pandas==2.1.1
# via locopy (pyproject.toml)
python-dateutil==2.8.2
# via
# botocore
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0
pyyaml==6.0.1
# via locopy (pyproject.toml)
s3transfer==0.6.1
s3transfer==0.7.0
# via boto3
six==1.16.0
# via python-dateutil
tzdata==2023.3
# via pandas
urllib3==1.26.16
urllib3==2.0.7
# via botocore

0 comments on commit e862734

Please sign in to comment.