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