Skip to content

Commit 7b09d6f

Browse files
committed
reset file back to main
1 parent 7de500e commit 7b09d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
3-
ARG PYTHON_VERSION=PYTHON_VERSION=3.13@sha256:b41c4877ed4d8a4d6e04f0b341b84f2bd384325816975b1ebf7a2f2e02b7acaa
3+
ARG PYTHON_VERSION=3.13@sha256:b41c4877ed4d8a4d6e04f0b341b84f2bd384325816975b1ebf7a2f2e02b7acaa
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Add any system dependencies for the developer/build environment here

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
"sphinx-design",
4444
"tox-direct",
4545
"types-mock",
46-
"pytest-asyncio==1.1.0",
46+
"pytest-asyncio",
4747

4848
#usefull stuff for testing
4949
"jupyter",

0 commit comments

Comments
 (0)