Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
updated poetry tp 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Apr 19, 2024
1 parent 74075a6 commit cd80a8c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_documentation_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- name: Deploy documentation to github-pages branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_setup_py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- name: Run packaging update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0

- name: Check Release
run: ./scripts/build/check_release.sh
2 changes: 1 addition & 1 deletion .github/workflows/generate_release_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- name: Deploy release documentation to github-pages branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0
- name: Poetry install
run: poetry install
- if: ${{ inputs.workflow-call-ckeck }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.8.0

- name: Build Release
run: |
Expand Down
5 changes: 3 additions & 2 deletions doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ TBD
Checked dependencies:
* Nox (Code search)
* Pytest (Code search + [Tracking-Issue] (https://github.com/pytest-dev/pytest/issues/10392))
- Dependabot allerts for GitPython, markdown-it-py, Certifi fixed

- Dependabot alerts for GitPython, markdown-it-py, Certifi fixed
- Dependabot alerts fixed with relock and Poetry updated to 1.8.0 in GitHub actions

##Documentation

- #38: Adjusted documentation to reflect latest changes
Expand Down

0 comments on commit cd80a8c

Please sign in to comment.