Skip to content

Commit

Permalink
build: updated poetry (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno authored Oct 25, 2024
1 parent eec7e87 commit 599b362
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.5.1 tox==4.11.3 tox-gh
python -m pip install poetry==1.8.4 tox==4.11.3 tox-gh
- name: Cache pre-commit
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.5.1 tox==4.11.3 tox-gh
python -m pip install poetry==1.8.4 tox==4.11.3 tox-gh
- name: Cache tox env
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.5.1 tox==4.11.3 tox-gh
python -m pip install poetry==1.8.4 tox==4.11.3 tox-gh
- name: Cache pre-commit
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def default_context(request: SubRequest) -> Dict[str, str]: # noqa: ARG001
"version": "0.0.1",
"python_version": "3.11",
"supported_python_versions": "3.9, 3.10, 3.11, 3.12, pypy3.9, pypy3.10", # noqa: B950, E501
"poetry_version": "1.7.0",
"poetry_version": "1.8.4",
"should_use_direnv": "y",
"should_create_author_files": "y",
"should_install_github_dependabot": "y",
Expand Down

0 comments on commit 599b362

Please sign in to comment.