Skip to content

Commit

Permalink
Update poetry.lock file to update dependency versions to resolve Depe…
Browse files Browse the repository at this point in the history
…ndabot PR's (#196)

* Update poetry.lock file to update dependency versions

* Update to newer poetry version in build workflow

* Update to newer poetry version in build workflow

* Update to more up to date development support packages
  • Loading branch information
joro75 committed Nov 3, 2022
1 parent 38063e4 commit c599bde
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.1.11
poetry-version: 1.2.2

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.1.11
poetry-version: 1.2.2

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit c599bde

Please sign in to comment.