Skip to content

Commit

Permalink
Update to poetry 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed May 3, 2024
1 parent 37653d8 commit 5641511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.9-slim-bullseye as python-base

# Version env vars
ENV POETRY_VERSION="1.4.2"
ENV POETRY_VERSION="1.8.2"

# Build path env vars
ENV POETRY_PATH="/opt/poetry"
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Samuel Cattini-Schultz <[email protected]>"]
license = "AGPL-3.0"
package-mode = false

[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -26,7 +27,7 @@ django-prometheus = "^2.3.1"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
isort = "^5.9.3"
coverage = {extras = ["toml"], version = "^7.2.6"}
coverage = { extras = ["toml"], version = "^7.2.6" }
pytest = "^7.3.1"
pytest-django = "^4.5.2"
freezegun = "^1.2.2"
Expand All @@ -38,10 +39,7 @@ DJANGO_SETTINGS_MODULE = "osuchan.settings"
source = ["."]

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"raise NotImplementedError"
]
exclude_lines = ["pragma: no cover", "raise NotImplementedError"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5641511

Please sign in to comment.