Skip to content

Commit

Permalink
Update to Poetry 1.7.1 and unpin platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Nov 21, 2023
1 parent 8f0364d commit 35df355
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]

env:
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: python
on: [push, pull_request]

env:
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM python:3.10-slim-bookworm AS python_builder

# Pin Poetry to a specific version to make Docker builds reproducible.
ENV POETRY_VERSION 1.7.0
ENV POETRY_VERSION 1.7.1

# Set ENV variables that make Python more friendly to running inside a container.
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
136 changes: 69 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ typer = { version = "*", extras = ["all"] }

[tool.poetry.group.nox.dependencies]
nox-poetry = "*"
# TODO: Remove this after virtualenv supports platformdirs 4.
# https://github.com/pypa/virtualenv/issues/2666
platformdirs = "<4"

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand Down

0 comments on commit 35df355

Please sign in to comment.