diff --git a/locopy/_version.py b/locopy/_version.py index 4819820..d19f7ec 100644 --- a/locopy/_version.py +++ b/locopy/_version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.5" +__version__ = "0.5.6" diff --git a/pyproject.toml b/pyproject.toml index e714d44..e4a51e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name="Faisal Dosani", email="faisal.dosani@capitalone.com" }, ] license = {text = "Apache Software License"} -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"] +dependencies = ["boto3<=1.33.10,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.2,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [