Update Poetry to version 1.8.1

This commit is contained in:
Dan Yeaw 2024-02-25 13:55:31 -05:00
parent e8c126f031
commit d23d56e028
No known key found for this signature in database
GPG Key ID: 86B9FEF88B780F2B
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
poetry==1.7.1
poetry==1.8.1

View File

@ -3,7 +3,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"
apt_packages:
- libgirepository1.0-dev
jobs:
@ -11,7 +11,7 @@ build:
- python -m pip install --constraint=.github/constraints.txt poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx:
configuration: docs/conf.py
fail_on_warning: false