atsign-foundation / at_protocol

The open source repository for the atProtocol specification and supporting documentation
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

build(deps): Bump poetry to 1.7.1 #120

Closed cpswan closed 11 months ago

cpswan commented 11 months ago

New poetry minor release

- What I did

Bump poetry version used in workflow to 1.7.1

- How I did it

git checkout trunk
git pull
git checkout -b cpswan-bump-poetry-1.7.1
sed -i s/1.6.1/1.7.1/ .github/workflows/update_python_requirements.yml
git diff
git add .
git commit -m 'build(deps): Bump poetry to 1.7.1'
git push

- How to verify it

Workflow will run on next bump to Python dependencies

- Description for the changelog

build(deps): Bump poetry to 1.7.1