Skip to content

Commit

Permalink
Merge pull request #65 from obsrvbl-oss/update_requirements
Browse files Browse the repository at this point in the history
Update boto3 and botocore
  • Loading branch information
mjschultz committed Dec 14, 2023
2 parents b3b3c80 + f012a35 commit ff5f23b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[metadata]
name = flowlogs_reader
version = 5.0.0
version = 5.0.1
license = Apache
url = https://github.com/obsrvbl-oss/flowlogs-reader
description = Reader for AWS VPC Flow Logs
Expand All @@ -33,8 +33,8 @@ classifiers =
packages = find:
python_requires = >=3.6
install_requires =
boto3>=1.7.75
botocore>=1.10.75
boto3>=1.14.0
botocore>=1.17.0
parquet>=1.3.1
python-dateutil>=2.7.0

Expand Down

0 comments on commit ff5f23b

Please sign in to comment.