Skip to content

Commit

Permalink
build(deps): Bump poetry-version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed May 9, 2024
1 parent 0570dd6 commit 1f684c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-sshnpd-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Poetry
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 # v3.0.0
with:
poetry-version: '1.8.2'
poetry-version: '1.8.3'

# The dark mode and light mode Atsign logos in the GitHub README don't
# show properly on PyPI so we have a copy of the README.md in
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_python_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 # v3.0.0
with:
poetry-version: '1.8.2'
poetry-version: '1.8.3'

- name: Bump sshnpd Python dependencies
working-directory: packages/python/sshnpd
Expand Down

0 comments on commit 1f684c1

Please sign in to comment.