Skip to content

Commit

Permalink
Merge pull request #4342 from nickmango/vul-fix
Browse files Browse the repository at this point in the history
[#3966] Vulnerabilities Fix
  • Loading branch information
nickmango authored Jun 5, 2024
2 parents beec3e0 + e4d9074 commit 51e35c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cla-backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright The Linux Foundation and each contributor to CommunityBridge.
# SPDX-License-Identifier: MIT
astroid==2.3.3
astroid==2.8.0
atomicwrites==1.3.0
attrs==19.3.0
beautifulsoup4==4.8.1
boto3boto3<1.13.0,>=1.12.236
botocore==1.33.13
boto3==1.22.1
botocore==1.25.11
certifi==2023.7.22
chardet==3.0.4
colorama==0.4.3
Expand Down Expand Up @@ -36,8 +36,8 @@ pyasn1==0.4.8
pydocusign==2.2
PyGithub==1.55
PyJWT==2.7.0
pylint==1.5.2
pynamodb==3.4.1
pylint==2.11.1
pynamodb==4.4.0
pyparsing==2.4.5
pytest==5.0.1
pytest-clarity==0.3.0a0
Expand All @@ -47,13 +47,13 @@ python-jose==3.0.1
requests==2.31.0
requests-oauthlib==1.2.0
rsa==4.7
s3transfer==0.2.1
s3transfer==0.5.0
sentinels==1.0.0
six==1.13.0
soupsieve==1.9.5
termcolor==1.1.0
typed-ast==1.4.1
urllib3==2.0.6
urllib3==1.26.18
vintage==0.4.1
wcwidth==0.1.7
Werkzeug==0.15.5
Expand Down

0 comments on commit 51e35c6

Please sign in to comment.