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(deps): bump poetry from 1.8.5 to 2.0.0 #826

Merged
merged 2 commits into from
Jan 12, 2025
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/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build documentation site
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction
poetry run poe docs_build

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Lint the project
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction
poetry run poe lint

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Install project build dependencies
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction

- name: Test the project
Expand Down Expand Up @@ -151,6 +151,6 @@ jobs:

- name: Build documentation site
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction
poetry run poe docs_build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Verify documentation site build
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction
poetry run poe docs_build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install, test with coverage report, and build
run: |
poetry lock --no-update
poetry lock
poetry install --no-interaction
poetry run poe test_rep
poetry build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.5
poetry==2.0.0
Loading