Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
e48870f7e2 ci: bump poetry from 1.8.4 to 2.2.1 in /.github/workflows
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.4 to 2.2.1.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.8.4...2.2.1)

---
updated-dependencies:
- dependency-name: poetry
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 01:03:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
pip==24.2
nox==2024.10.9
nox-poetry==1.0.3
poetry==1.8.4
poetry==2.2.1
virtualenv==20.27.1
toml==0.10.2

View File

@@ -34,7 +34,7 @@ jobs:
poetry build --ansi
- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@v1.13.0
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}