Skip to content

Commit 4032f7d

Browse files
authored
Merge pull request #81 from twsl/copier/update
chore(deps): bump copier project template to v0.4.2-2-g3f805ee
2 parents 377b6f1 + ddd8630 commit 4032f7d

5 files changed

Lines changed: 16 additions & 19 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.1-35-g49a4e75
2+
_commit: v0.4.2-2-g3f805ee
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.devcontainer/Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# See here for image contents: https://github.com/devcontainers/images/blob/main/src/python/.devcontainer/Dockerfile
2+
# See here for proposed version of container: https://github.com/devcontainers/templates/blob/main/src/python/devcontainer-template.json
23

3-
# [Choice] Python version (use -bookworm or -bullseye variants on local arm64/Apple Silicon): 3, 3.12, 3.11, 3.10, 3.9, 3.8, 3-bookworm, 3.12-bookworm, 3.11-bookworm, 3.10-bookworm, 3.9-bookworm, 3.8-bookworm, 3-bullseye, 3.12-bullseye, 3.11-bullseye, 3.10-bullseye, 3.9-bullseye, 3.8-bullseye, 3-buster, 3.12-buster, 3.11-buster, 3.10-buster, 3.9-buster, 3.8-buster
4-
ARG VARIANT=3-bookworm
5-
FROM mcr.microsoft.com/devcontainers/python:1-${VARIANT}
6-
7-
# Temporary: Upgrade python packages due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897
8-
# They are installed by the base image (python) which does not have the patch.
9-
RUN python3 -m pip install --upgrade setuptools
4+
# [Choice] Python version (use -bookworm or -bullseye variants on local arm64/Apple Silicon): 3, 3.13, 3.12, 3.11, 3.10, 3.9, 3-bookworm, 3.13-bookworm, 3.12-bookworm, 3.11-bookworm, 3.10-bookworm, 3.9-bookworm, 3-bullseye, 3.13-bullseye, 3.12-bullseye, 3.11-bullseye, 3.10-bullseye, 3.9-bullseye, 3-buster, 3.12-buster, 3.11-buster, 3.10-buster, 3.9-buster
5+
ARG VARIANT=3-trixie
6+
FROM mcr.microsoft.com/devcontainers/python:3-${VARIANT}
107

118
RUN pip install --upgrade pip
129

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dockerfile": "Dockerfile",
88
"context": "..",
99
"args": {
10-
"VARIANT": "3.12-bookworm"
10+
"VARIANT": "3.12-trixie"
1111
}
1212
},
1313
"remoteEnv": {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ dev = [
5454
"copier>=9.14.1",
5555
"ipykernel>=6.31.0",
5656
"ipywidgets>=8.1.8",
57-
"ipython>=9.10.0",
57+
"ipython>=9.10.1",
5858
"jupytext>=1.19.1",
5959
"nbconvert>=7.17.0",
6060
]
6161
test = [
62-
"pytest>=9.0.2",
62+
"pytest>=9.0.3",
6363
"pytest-cov>=7.1.0",
6464
"pytest-mock>=3.15.1",
6565
"pytest-cases>=3.10.1",

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)