We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f6c77 commit f3c5bbeCopy full SHA for f3c5bbe
.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
6
},
7
"features": {
8
"ghcr.io/devcontainers/features/python:1": {
9
- "version": "3.13",
+ "version": "3.14",
10
"installTools": "false"
11
12
"ghcr.io/devcontainers/features/terraform:1": {
rds_activity_stream/lambda/requirements_dev.txt
@@ -1,4 +1,4 @@
1
black==24.10.0
2
pylint==3.3.9
3
pytest==8.4.2
4
-pytest-env==1.1.5
+pytest-env==1.2.0
0 commit comments