From cd7c7ab905377c60ca7280eb3bbfe3497bd1e07a Mon Sep 17 00:00:00 2001 From: James Addison Date: Thu, 9 Jun 2022 13:25:34 +0100 Subject: [PATCH] Maintenance: update dependencies to resolve reported vulnerabilities (pycryptodomex, babel, pyyaml) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c503aa3..c0945f31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ Django>=3.2,<3.3 psycopg2==2.8.5 -pycryptodomex>=3.4.7,<3.5 +pycryptodomex==3.14.1 Markdown==3.0.1 requests-oauthlib==1.0.0 cvss==2.2 pytidylib==0.3.2 pycodestyle==2.4.0 pynliner==0.8.0 -Babel==2.6.0 +Babel==2.10.1 bleach==3.1.4 -PyYAML==3.13 +PyYAML==6.0.0 -- 2.30.2