From b23a3e926a6bc2ffa5b6138c12c89159e2bdb1d1 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Fri, 17 Nov 2023 13:13:46 -0500 Subject: [PATCH] Update Porter's nucypher depedency to be v7.0.0-rc.10 and relock all dependencies. --- Pipfile | 4 ++-- Pipfile.lock | 13 +++++-------- dev-requirements.txt | 2 +- requirements.txt | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Pipfile b/Pipfile index afb96cf..c1b6378 100644 --- a/Pipfile +++ b/Pipfile @@ -7,13 +7,13 @@ name = "pypi" python_version = "3" [packages] -nucypher = {git = "https://github.com/derekpierre/nucypher.git", ref = "child-sampling"} +nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.0.0-rc.10"} nucypher-core = "==0.13.0" # must be the same as nucypher flask-cors = "*" prometheus-flask-exporter = "*" [dev-packages] -nucypher = {git = "https://github.com/derekpierre/nucypher.git", editable = true, ref = "child-sampling", extras = ["dev"]} # needed for testerchain, and must be editable +nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.0.0-rc.10", extras = ["dev"]} # needed for testerchain, and must be editable pytest = "<7" # match with nucypher/nucypher pytest-cov = "*" pytest-mock = "*" diff --git a/Pipfile.lock b/Pipfile.lock index efbc513..c563ed2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7d055e62ad6d8e60f11ef25f6d304d46167bc7009c0876180421d4f18235d19c" + "sha256": "cb97453b370ef434cc8ac515b2e63564cf07c9b8b997e24f155f3ed25f5bbfb2" }, "pipfile-spec": 6, "requires": { @@ -1124,8 +1124,8 @@ "version": "==1.0.0" }, "nucypher": { - "git": "https://github.com/derekpierre/nucypher.git", - "ref": "f751cb385e03909529c733a402b674c7c2f28cdd" + "git": "https://github.com/nucypher/nucypher.git", + "ref": "c0d12e14e4526f3fb3549a1176d0b2a79923c5ca" }, "nucypher-core": { "hashes": [ @@ -2517,9 +2517,6 @@ "version": "==15.1.0" }, "coverage": { - "extras": [ - "toml" - ], "hashes": [ "sha256:027018943386e7b942fa832372ebc120155fd970837489896099f5cfa2890f79", "sha256:11b990d520ea75e7ee8dcab5bc908072aaada194a794db9f6d7d5cfd19661e5a", @@ -3641,8 +3638,8 @@ "version": "==1.8.0" }, "nucypher": { - "git": "https://github.com/derekpierre/nucypher.git", - "ref": "f751cb385e03909529c733a402b674c7c2f28cdd" + "git": "https://github.com/nucypher/nucypher.git", + "ref": "c0d12e14e4526f3fb3549a1176d0b2a79923c5ca" }, "nucypher-core": { "hashes": [ diff --git a/dev-requirements.txt b/dev-requirements.txt index 267bc3e..8a7eb14 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -83,7 +83,7 @@ msgspec==0.18.4 ; python_version >= '3.8' multidict==5.2.0 ; python_version >= '3.6' mypy-extensions==1.0.0 ; python_version >= '3.5' nodeenv==1.8.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' -git+https://github.com/derekpierre/nucypher.git@f751cb385e03909529c733a402b674c7c2f28cdd#egg=nucypher +git+https://github.com/nucypher/nucypher.git@c0d12e14e4526f3fb3549a1176d0b2a79923c5ca#egg=nucypher nucypher-core==0.13.0 numpy==1.26.1 ; python_version < '3.13' and python_version >= '3.9' packaging==23.2 ; python_version >= '3.7' diff --git a/requirements.txt b/requirements.txt index 72821b1..b41e52e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ msgpack==1.0.7 ; python_version >= '3.8' msgpack-python==0.5.6 multidict==5.2.0 ; python_version >= '3.6' mypy-extensions==1.0.0 ; python_version >= '3.5' -git+https://github.com/derekpierre/nucypher.git@f751cb385e03909529c733a402b674c7c2f28cdd#egg=nucypher +git+https://github.com/nucypher/nucypher.git@c0d12e14e4526f3fb3549a1176d0b2a79923c5ca#egg=nucypher nucypher-core==0.13.0 packaging==23.2 ; python_version >= '3.7' parsimonious==0.9.0