diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f2b9242cd..4b4777512 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,7 +10,7 @@ on: env: PIPX_HOME: "/home/runner/.cache/pipx" PIPX_BIN_DIR: "/home/runner/.local/bin" - POETRY_VERSION: "1.8.0" + POETRY_VERSION: "1.8.2" permissions: contents: read jobs: diff --git a/pyproject.toml b/pyproject.toml index ca2a30d1a..a094f715d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,16 +35,17 @@ flask = "2.2.*" flask-cors = "4.0.*" click = "8.1.*" click-log = "0.4.*" -joblib = "1.3.*" +joblib = "1.4.*" nltk = "3.8.*" gensim = "4.3.*" scikit-learn = "1.4.*" scipy = "1.12.*" rdflib = "7.0.*" -gunicorn = "21.2.*" +requests = "2.31.*" +gunicorn = "22.0.*" numpy = "1.26.*" optuna = "3.6.*" -python-dateutil = "2.8.*" +python-dateutil = "2.9.*" tomli = { version = "2.0.*", python = "<3.11" } simplemma = "0.9.*" jsonschema = "4.21.*" @@ -61,7 +62,6 @@ stwfsapy = { version = "0.4.*", optional = true } [tool.poetry.dev-dependencies] py = "*" pytest = "8.*" -requests = "*" pytest-cov = "*" pytest-watch = "*" pytest-flask = "*"