Skip to content

Commit

Permalink
CI: upgrade poetry to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Jan 21, 2025
1 parent d71bba2 commit 87de827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
POETRY_VERSION: "1.8.3"
POETRY_VERSION: "1.8.4"

jobs:
cs:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

NAME = "pytest-httpserver"
NAME_UNDERSCORE = NAME.replace("-", "_")
PY_MAX_VERSION = (3, 12)
PY_MAX_VERSION = (3, 13)


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 87de827

Please sign in to comment.