Skip to content

Commit

Permalink
Upgrade to Poetry v1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Dec 17, 2022
1 parent e92beb7 commit 9e42cba
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 518 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
with:
matrix-os-version: "[ 'ubuntu-latest' ]"
matrix-python-version: "[ '3.7', '3.8', '3.9', '3.10', '3.11' ]" # run Linux tests on all supported Python versions
poetry-version: "1.2.2"
poetry-version: "1.3.1"
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
macos-build-and-test:
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v2
secrets: inherit
with:
matrix-os-version: "[ 'macos-latest' ]"
matrix-python-version: "[ '3.11' ]" # only run MacOS tests on latest Python
poetry-version: "1.2.2"
poetry-version: "1.3.1"
enable-coveralls: false
windows-build-and-test:
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v2
secrets: inherit
with:
matrix-os-version: "[ 'windows-latest' ]"
matrix-python-version: "[ '3.11' ]" # only run Windows tests on latest Python
poetry-version: "1.2.2"
poetry-version: "1.3.1"
enable-coveralls: false
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sure that you have a working Python 3 enviroment and install Poetry itself.

### Poetry Version

The project is designed to work with Poetry >= 1.2.0. If you already have an older
The project is designed to work with Poetry >= 1.3.0. If you already have an older
version of Poetry installed on your system, uninstall it before following the setup
process below:

Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ docopt==0.6.2 ; python_version >= "3.7" and python_version < "4"
docutils==0.17.1 ; python_version >= "3.7" and python_version < "4"
exceptiongroup==1.0.4 ; python_version >= "3.7" and python_version < "3.11"
filelock==3.8.2 ; python_version >= "3.7" and python_version < "4"
identify==2.5.9 ; python_version >= "3.7" and python_version < "4"
identify==2.5.10 ; python_version >= "3.7" and python_version < "4"
idna==3.4 ; python_version >= "3.7" and python_version < "4"
imagesize==1.4.1 ; python_version >= "3.7" and python_version < "4"
importlib-metadata==5.1.0 ; python_version >= "3.7" and python_version < "3.10"
iniconfig==1.1.1 ; python_version >= "3.7" and python_version < "4"
isort==5.10.1 ; python_version >= "3.7" and python_version < "4.0"
isort==5.11.3 ; python_version >= "3.7" and python_version < "4"
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4"
lazy-object-proxy==1.8.0 ; python_version >= "3.7" and python_version < "4"
markupsafe==2.1.1 ; python_version >= "3.7" and python_version < "4"
Expand All @@ -35,7 +35,7 @@ platformdirs==2.6.0 ; python_version >= "3.7" and python_version < "4"
pluggy==1.0.0 ; python_version >= "3.7" and python_version < "4"
pre-commit==2.20.0 ; python_version >= "3.7" and python_version < "4"
pygments==2.13.0 ; python_version >= "3.7" and python_version < "4"
pylint==2.15.8 ; python_version >= "3.7" and python_version < "4"
pylint==2.15.9 ; python_version >= "3.7" and python_version < "4"
pytest-testdox==3.0.1 ; python_version >= "3.7" and python_version < "4"
pytest==7.2.0 ; python_version >= "3.7" and python_version < "4"
pytz==2022.6 ; python_version >= "3.7" and python_version < "4"
Expand Down
Loading

0 comments on commit 9e42cba

Please sign in to comment.