Skip to content

Commit

Permalink
Update base Docker image from python:3.11.4-slim-buster to python:3.1…
Browse files Browse the repository at this point in the history
…1.4-slim-bookworm.

Update dependencies:
* cookiecutter from 2.1.1 to 2.2.3
* pytest from 7.3.1 to 7.4.0
* black from 23.3.0 to 23.7.0
* mypy from 1.4.0 to 1.4.1
* ruff from 0.0.275 to 0.0.278
  • Loading branch information
mnako committed Jul 14, 2023
1 parent 49a0023 commit 540b05f
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 200 deletions.
34 changes: 11 additions & 23 deletions pdm.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Michal Nakoneczny", email = "[email protected]"},
]
dependencies = [
"cookiecutter==2.1.1",
"cookiecutter==2.2.3",
]
requires-python = ">=3.8"
license = {text = "MIT"}
Expand All @@ -16,7 +16,7 @@ homepage = ""

[project.optional-dependencies]
dev = [
"pytest==7.3.1",
"pytest==7.4.0",
]
[tool]
[tool.pdm]
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.4-slim-buster
FROM python:3.11.4-slim-bookworm

ARG USER_ID
ARG GROUP_ID
Expand Down
Loading

0 comments on commit 540b05f

Please sign in to comment.