Skip to content

Commit ca19e57

Browse files
committed
try to clear dependabot issues.
1 parent 0c8e5f8 commit ca19e57

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ __pycache__/
1010
/.vscode/
1111
/ide/.vscode
1212
/ide/flask_secret.py
13-
/build-tools/Uglify-ES/uglify-es/package-lock.json
13+
/build-tools/Uglify-ES/uglify-es/package-lock.json
14+
.env

requirements.txt

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ async-timeout==4.0.2
22
Authlib==1.3.1
33
blinker==1.6.2
44
cachetools==5.3.0
5-
certifi==2023.7.22
5+
certifi==2024.7.4
66
cffi==1.15.1
77
charset-normalizer==3.1.0
88
click==8.1.3
9-
cryptography==41.0.6
9+
cryptography==44.0.1
1010
Flask==2.3.2
11-
google-api-core==2.11.0
12-
google-api-python-client==2.86.0
13-
google-auth==2.18.0
14-
google-auth-httplib2==0.1.0
15-
google-cloud-core==2.3.2
16-
google-cloud-datastore==2.15.2
17-
google-cloud-ndb==2.1.1
18-
google-cloud-secret-manager==2.16.1
19-
googleapis-common-protos==1.59.0
20-
grpc-google-iam-v1==0.12.6
21-
grpcio==1.54.3
22-
grpcio-status==1.54.2
11+
google-api-core==2.17.1
12+
google-api-python-client==2.176.0
13+
google-auth==2.40.3
14+
google-auth-httplib2==0.2.0
15+
google-cloud-core==2.4.3
16+
google-cloud-datastore==2.21.0
17+
google-cloud-ndb==2.3.4
18+
google-cloud-secret-manager==2.16.4
19+
googleapis-common-protos==1.70.0
20+
grpc-google-iam-v1==0.14.2
21+
grpcio==1.73.1
22+
grpcio-status==1.63.0rc1
2323
httplib2==0.22.0
2424
idna==3.4
2525
itsdangerous==2.1.2
26-
Jinja2==3.1.2
26+
Jinja2==3.1.6
2727
MarkupSafe==2.1.2
2828
proto-plus==1.22.2
2929
protobuf==4.25.8
@@ -35,10 +35,9 @@ pyparsing==3.0.9
3535
python-dotenv==1.0.0
3636
pytz==2023.3
3737
redis==4.5.5
38-
requests==2.31.0
38+
requests==2.32.4
3939
rsa==4.9
4040
six==1.16.0
4141
uritemplate==4.1.1
42-
urllib3==1.26.18
43-
Werkzeug==3.0.1
44-
42+
urllib3==2.5.0
43+
Werkzeug==3.0.6

0 commit comments

Comments
 (0)