Skip to content

Commit db741ea

Browse files
Bump poetry from 2.0.1 to 2.1.1 in /.github/workflows (#515)
* Bump poetry from 2.0.1 to 2.1.1 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](python-poetry/poetry@2.0.1...2.1.1) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update dependency versions in devcontainer Dockerfile * update lockfile with 2.1.2 poetry --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Altay Sansal <tasansal@users.noreply.github.com>
1 parent 4abfeee commit db741ea

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ RUN apt-get update \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
# Poetry
13-
ARG POETRY_VERSION="1.8.2"
13+
ARG POETRY_VERSION="2.1.2"
1414
RUN if [ "${POETRY_VERSION}" != "none" ]; then bash -c "umask 0002 && pip3 install poetry==${POETRY_VERSION}"; fi
1515

1616
# Nox
17-
ARG NOX_VERSION="2023.4.22"
17+
ARG NOX_VERSION="2025.2.9"
1818
RUN if [ "${NOX_VERSION}" != "none" ]; then bash -c "umask 0002 && pip3 install nox-poetry nox==${NOX_VERSION}"; fi
1919

2020
# Nox poetry
21-
ARG NOX_POETRY_VERSION="1.0.3"
21+
ARG NOX_POETRY_VERSION="1.2.0"
2222
RUN if [ "${NOX_POETRY_VERSION}" != "none" ]; then bash -c "umask 0002 && pip3 install nox-poetry nox-poetry==${NOX_POETRY_VERSION}"; fi
2323

2424
# Extra python packages for dev
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==2.0.1
1+
poetry==2.1.1

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)