Skip to content
Snippets Groups Projects
Commit 77ad18ab authored by Soos's avatar Soos :hammer: Committed by Shinya Maeda
Browse files

chore(deps): update dependency poetry to v2.1.1

parent e882dcfe
No related branches found
No related tags found
3 merge requests!42Main,!41Main,!40Main
...@@ -86,7 +86,7 @@ cache: ...@@ -86,7 +86,7 @@ cache:
.poetry: .poetry:
before_script: before_script:
- pip install poetry==2.0.1 - pip install poetry==2.1.1
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- poetry config cache-dir ${POETRY_CACHE_DIR} - poetry config cache-dir ${POETRY_CACHE_DIR}
- poetry self add poetry-plugin-export - poetry self add poetry-plugin-export
......
lefthook 1.10.10 # datasource=github-releases depName=evilmartians/lefthook lefthook 1.10.10 # datasource=github-releases depName=evilmartians/lefthook
python 3.11.11 # datasource=github-tags depName=python/cpython python 3.11.11 # datasource=github-tags depName=python/cpython
gcloud 428.0.0 # datasource=github-tags depName=GoogleCloudPlatform/cloud-sdk-docker gcloud 428.0.0 # datasource=github-tags depName=GoogleCloudPlatform/cloud-sdk-docker
poetry 2.0.1 # datasource=pypi depName=poetry poetry 2.1.1 # datasource=pypi depName=poetry
ruby 3.2.4 # Temporary dependency until https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/issues/447 is done. ruby 3.2.4 # Temporary dependency until https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/issues/447 is done.
vale 3.9.3 # datasource=github-releases depName=errata-ai/vale vale 3.9.3 # datasource=github-releases depName=errata-ai/vale
nodejs 20.17.0 # Dependency for markdownlint-cli2 nodejs 20.17.0 # Dependency for markdownlint-cli2
......
...@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1 \ ...@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1 \
HF_HOME=/home/aigateway/.hf \ HF_HOME=/home/aigateway/.hf \
PIP_NO_CACHE_DIR=1 \ PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \
POETRY_VERSION=2.0.1 \ POETRY_VERSION=2.1.1 \
POETRY_VIRTUALENVS_PATH=/home/aigateway/app/venv \ POETRY_VIRTUALENVS_PATH=/home/aigateway/app/venv \
POETRY_CONFIG_DIR=/home/aigateway/app/.config/pypoetry \ POETRY_CONFIG_DIR=/home/aigateway/app/.config/pypoetry \
POETRY_DATA_DIR=/home/aigateway/app/.local/share/pypoetry \ POETRY_DATA_DIR=/home/aigateway/app/.local/share/pypoetry \
......
This diff is collapsed.
...@@ -48,7 +48,7 @@ boto3 = "^1.35.37" ...@@ -48,7 +48,7 @@ boto3 = "^1.35.37"
gitlab-cloud-connector = { version = "^2.0.1", source = "gitlab_cloud_connector" } gitlab-cloud-connector = { version = "^2.0.1", source = "gitlab_cloud_connector" }
sse-starlette = "^2.1.3" sse-starlette = "^2.1.3"
q_developer_boto3 = {path = "./vendor/q_developer_boto3-1.4.0-py3-none-any.whl"} q_developer_boto3 = {path = "./vendor/q_developer_boto3-1.4.0-py3-none-any.whl"}
poetry-core = "^2.0.1" poetry-core = "^2.1.1"
[[tool.poetry.source]] [[tool.poetry.source]]
name = "gitlab_cloud_connector" name = "gitlab_cloud_connector"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment