diff --git a/poetry.lock b/poetry.lock index f7c549c..fdef845 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,13 +605,13 @@ files = [ [[package]] name = "httpcore" -version = "1.0.2" +version = "1.0.3" description = "A minimal low-level HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpcore-1.0.2-py3-none-any.whl", hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7"}, - {file = "httpcore-1.0.2.tar.gz", hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"}, + {file = "httpcore-1.0.3-py3-none-any.whl", hash = "sha256:9a6a501c3099307d9fd76ac244e08503427679b1e81ceb1d922485e2f2462ad2"}, + {file = "httpcore-1.0.3.tar.gz", hash = "sha256:5c0f9546ad17dac4d0772b0808856eb616eb8b48ce94f49ed819fd6982a8a544"}, ] [package.dependencies] @@ -622,7 +622,7 @@ h11 = ">=0.13,<0.15" asyncio = ["anyio (>=4.0,<5.0)"] http2 = ["h2 (>=3,<5)"] socks = ["socksio (==1.*)"] -trio = ["trio (>=0.22.0,<0.23.0)"] +trio = ["trio (>=0.22.0,<0.24.0)"] [[package]] name = "httpx" diff --git a/pyproject.toml b/pyproject.toml index 6309cee..1291076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,6 @@ name = "rime" authors = ["Edward Byers ", "Mia Werning "] - -author_email = "byers@iiasa.ac.at" description = "Rapid Impact Model Emulator" repository = "https://github.com/iiasa/rime" homepage = "https://iiasa.ac.at/programs/ece"