Skip to content

Commit bcd7335

Browse files
committed
update requirements to solve dependabot warnings, add things to ignore
1 parent b5733a9 commit bcd7335

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ __pycache__/
1212
/ide/flask_secret.py
1313
/build-tools/Uglify-ES/uglify-es/package-lock.json
1414
.env
15+
.claude

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
async-timeout==4.0.2
2-
Authlib==1.3.1
2+
Authlib==1.6.6
33
blinker==1.9.0
44
cachetools==5.3.0
55
certifi==2024.7.4
@@ -8,14 +8,14 @@ charset-normalizer==3.1.0
88
click==8.1.3
99
cryptography==44.0.1
1010
Flask==3.1.1
11-
google-api-core==2.17.1
12-
google-api-python-client==2.176.0
11+
google-api-core==2.29.0
12+
google-api-python-client==2.189.0
1313
google-auth==2.40.3
1414
google-auth-httplib2==0.2.0
1515
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
16+
google-cloud-datastore==2.23.0
17+
google-cloud-ndb==2.4.0
18+
google-cloud-secret-manager==2.26.0
1919
googleapis-common-protos==1.70.0
2020
grpc-google-iam-v1==0.14.2
2121
grpcio==1.73.1
@@ -25,8 +25,8 @@ idna==3.7
2525
itsdangerous==2.2.0
2626
Jinja2==3.1.6
2727
MarkupSafe==2.1.2
28-
proto-plus==1.22.2
29-
protobuf==4.25.8
28+
proto-plus==1.27.1
29+
protobuf==6.33.5
3030
pyasn1==0.5.0
3131
pyasn1-modules==0.3.0
3232
pycparser==2.21
@@ -39,5 +39,5 @@ requests==2.32.4
3939
rsa==4.9
4040
six==1.16.0
4141
uritemplate==4.1.1
42-
urllib3==2.5.0
43-
Werkzeug==3.1.0
42+
urllib3==2.6.3
43+
Werkzeug==3.1.5

0 commit comments

Comments
 (0)