From 58dce6c8089769701746a86bad64ab192e4595e9 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 14 Sep 2023 13:42:05 +0100 Subject: [PATCH 1/2] Draft. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df116f7..6d2978f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ json-logging = "^1.3.0" pytest = "^7.2.1" moto = {extras = ["all", "ec2", "s3"], version = "^4.1.6"} pytest-asyncio = "^0.21.0" -cpr-data-access = {git = "https://github.com/climatepolicyradar/data-access.git", tag = "v0.1.4"} +cpr-data-access = {git = "https://github.com/climatepolicyradar/data-access.git", tag = "v0.1.6"} [tool.poetry.dev-dependencies] black = "^22.1.0" From bcb36e573df0cbd7bf95e63f1a92050ccfefc99e Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 14 Sep 2023 13:52:02 +0100 Subject: [PATCH 2/2] Updating the lock file. --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee53a4e..c8d8edc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -545,8 +545,8 @@ tqdm = "^4.64.1" [package.source] type = "git" url = "https://github.com/climatepolicyradar/data-access.git" -reference = "v0.1.4" -resolved_reference = "514f332c6aa55e43316036e9406c2b39bab37375" +reference = "v0.1.6" +resolved_reference = "767a22972a19c794f587ca7d300e82dd177a2733" [[package]] name = "cryptography" @@ -1605,8 +1605,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.1" pytz = ">=2020.1" @@ -1777,7 +1777,7 @@ name = "pycparser" version = "2.21" description = "C parser in Python" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = "*" files = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, @@ -2812,4 +2812,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "098970195a69dee109f63f28d44602961b1e1e9bf97a6fb77431141a036692cd" +content-hash = "c65080d2a820a09b5672c5ecc38aefb1ef2cb4fe858ba924e4b6e3147ded689d"