Skip to content

Commit 239d683

Browse files
authored
[deps] Bump Pyyaml to 6.0 (#56)
This resolves a number of Dependatbot alerts. Also, this moves the pinning down of the depedency from setup.py to requirements.txt, which is apparently best practice.
1 parent ec02207 commit 239d683

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.server.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
psycopg2==2.8
44
gunicorn==19.9.0
55
progressbar2
6+
pyyaml==6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
"itsdangerous==0.24",
127127
"python-gnupg==0.3.7",
128128
"pytz==2016.10",
129+
"pyyaml",
129130
"WTForms==2.0.2",
130131
"Flask-WTF==0.12",
131132
"typing",
132133
"click==6.7",
133-
"pyyaml==5.1.2",
134134
"requests",
135135
"certifi"
136136
],

0 commit comments

Comments
 (0)