Skip to content

Commit

Permalink
Fixes #275 (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Dawang <jdawang@users.noreply.github.com>
  • Loading branch information
fdosani and jdawang authored Jun 20, 2024
1 parent 0658673 commit e280467
Show file tree
Hide file tree
Showing 2 changed files with 11 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.5.8"
__version__ = "0.5.9"
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,36 @@
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
boto3==1.28.63

boto3==1.34.126
# via locopy (pyproject.toml)
botocore==1.31.67
botocore==1.34.130
# via
# boto3
# s3transfer
jmespath==1.0.1
# via
# boto3
# botocore
numpy==1.26.0
numpy==1.26.4
# via
# locopy (pyproject.toml)
# pandas
pandas==2.1.1
pandas==2.2.2
# via locopy (pyproject.toml)
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# pandas
pytz==2023.3.post1
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via locopy (pyproject.toml)
s3transfer==0.7.0
s3transfer==0.10.1
# via boto3
six==1.16.0
# via python-dateutil
tzdata==2023.3
tzdata==2024.1
# via pandas
urllib3==2.0.7
urllib3==2.2.2
# via botocore

0 comments on commit e280467

Please sign in to comment.