Skip to content

Commit 6bef149

Browse files
committed
Bump dependency and container image versions
1 parent 4f35311 commit 6bef149

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.devcontainer/wordcount/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordcount",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm",
44
"workspaceFolder": "/workspaces/wordcount",
55
"workspaceMount": "source=${localWorkspaceFolder}/wordcount,target=/workspaces/wordcount,type=bind",
66
"postCreateCommand": {

wordcount/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
iniconfig==2.0.0
1+
iniconfig==2.1.0
22
markdown-it-py==3.0.0
33
mdurl==0.1.2
4-
packaging==24.2
5-
pluggy==1.5.0
4+
packaging==25.0
5+
pluggy==1.6.0
66
Pygments==2.19.1
7-
pytest==8.3.4
8-
pytest-timeout==2.3.1
9-
rich==13.9.4
7+
pytest==8.3.5
8+
pytest-timeout==2.4.0
9+
rich==14.0.0

0 commit comments

Comments
 (0)