diff --git a/Pipfile b/Pipfile index 27fb78a..b931fc5 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" waitress = "*" Flask = "*" flask-cors = "*" -physrisk-lib = "==0.29.0" +physrisk-lib = "==0.30.0" flask-jwt-extended = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index ad2c53b..7762251 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3e32b39e49e2f28339ae8c71380069233a5a303e8f0fa4a54a3175f76b97fb2a" + "sha256": "6d33af4a4ea299684fc19e91d78356cba2f55c245f029fb5cced8ad4bd5eb96b" }, "pipfile-spec": 6, "requires": { @@ -809,12 +809,12 @@ }, "physrisk-lib": { "hashes": [ - "sha256:c42a74ef5ad3bf3a8a8842e7b74f7a3533c02260875a823fadd907f58f2aa46c", - "sha256:f2029967c9bd239a93219571a565b15672c8ee06f20e2aec034305cbdbf25c35" + "sha256:06c3d358cc3eb42f8bd634fc38f20bbc537e711f0802fe05ea76f35591c81a1f", + "sha256:ca201e8758aa10ef84939e28d286ff8f50fa5407f6e4d9fa46b21d98da8ead9f" ], "index": "pypi", "markers": "python_version < '3.11' and python_version >= '3.8'", - "version": "==0.29.0" + "version": "==0.30.0" }, "pillow": { "hashes": [ @@ -1496,11 +1496,11 @@ }, "filelock": { "hashes": [ - "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb", - "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546" + "sha256:404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f", + "sha256:d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4" ], "markers": "python_version >= '3.8'", - "version": "==3.13.3" + "version": "==3.13.4" }, "findpython": { "hashes": [ diff --git a/pyproject.toml b/pyproject.toml index 185f951..a3f2459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "physrisk-api" -version = "v0.29.0" +version = "v0.30.0" description = "OS-Climate Physical Risk API" authors = [ { name = "Joe Moorhouse", email = "5102656+joemoorhouse@users.noreply.github.com" }, diff --git a/setup.cfg b/setup.cfg index 2e612de..9c35379 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = Flask flask-cors flask-jwt-extended - physrisk-lib==0.29.0 + physrisk-lib==0.30.0 [options.packages.find] where = src