Skip to content

Commit f626d17

Browse files
Try upgrades
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent f147b45 commit f626d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cla-backend-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
7676
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1 // indirect
7777
github.com/aws/smithy-go v1.20.2 // indirect
78-
github.com/cloudflare/circl v1.3.2 // indirect
78+
github.com/cloudflare/circl v1.3.7 // indirect
7979
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
8080
github.com/docker/go-units v0.4.0 // indirect
8181
github.com/fatih/color v1.15.0 // indirect

cla-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ecdsa==0.14.1
1616
falcon==2.0.0
1717
future==0.18.3
1818
gossip==2.3.1
19-
gunicorn==19.9.0
2019
hug==2.6.0
2120
idna==3.7
2221
importlib-metadata==1.6.1
@@ -56,3 +55,4 @@ pynamodb==6.0.2
5655
wrapt==1.17.2
5756
astroid==3.3.8
5857
pluggy==1.5.0
58+
gunicorn==22.0.0

0 commit comments

Comments
 (0)