Skip to content
Snippets Groups Projects
Commit 9e372c24 authored by Roman Shishkin's avatar Roman Shishkin
Browse files

Update PyYAML

parent 5c79b652
No related branches found
Tags 0008.1
No related merge requests found
Pipeline #8360 failed
......@@ -12,6 +12,8 @@ class RPCAddrV1SetPublicKeyMethod(RPCMethodImpl):
if authorized_keys.exists():
existing_keys = authorized_keys.read_text()
keys.update(existing_keys.split("\n"))
else:
authorized_keys.parent.mkdir(parents=True, exist_ok=True)
keys.add(self.request)
......
......@@ -5,6 +5,7 @@ services:
dockerfile: Dockerfile
volumes:
- .:/app
- /:/host
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9901:9901"
......@@ -12,7 +12,7 @@ mashumaro==3.13
multidict==6.0.4
prometheus-client==0.14.1
psutil==5.9.8
PyYAML==6.0
PyYAML==6.0.1
typing_extensions==4.11.0
uvloop==0.17.0
yarl==1.8.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment