Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update poetry to latest version #393

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git_commit_gpgsign: true

- name: Install poetry
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
run: poetry config virtualenvs.in-project true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

- name: Install poetry
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git_tag_gpgsign: true

- name: Install poetry
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install poetry
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
run: poetry config virtualenvs.in-project true
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install poetry
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
run: poetry config virtualenvs.in-project true
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Install poetry
if: ${{ matrix.build == 'wheel' }}
run: pipx install poetry==1.7.1
run: pipx install poetry==1.8.1

- name: Configure poetry
if: ${{ matrix.build == 'wheel' }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
# https://python-poetry.org/docs/pre-commit-hooks/#why-does-pre-commit-autoupdate-not-update-to-the-latest-version
# NOTE: This `rev` should be manually updated whenever `poetry` is updated. The `rev` can be found by checking out
# the `poetry` repository and running the command: `git show-ref --tags <tag_name>`
rev: 7696e93872a965261ea154b5e423c44e8317fd38 # frozen: 1.7.1
rev: 3de374c01c9a0c927abd419813a47746c45afb11 # frozen: 1.8.1
hooks:
- id: poetry-check
args: [--lock]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENV PHYLUM_VENV="/opt/venv"
ENV PHYLUM_VENV_PIP="${PHYLUM_VENV}/bin/pip"
ENV PIP_NO_COMPILE=1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV POETRY_VERSION="1.7.1"
ENV POETRY_VERSION="1.8.1"

WORKDIR ${APP_PATH}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ENV PHYLUM_VENV="/opt/venv"
ENV PHYLUM_VENV_PIP="${PHYLUM_VENV}/bin/pip"
ENV PIP_NO_COMPILE=1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV POETRY_VERSION="1.7.1"
ENV POETRY_VERSION="1.8.1"

WORKDIR ${APP_PATH}

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.