Skip to content

Commit 82be042

Browse files
Merge pull request #10 from approov/dependabot-fastapi-pydantic-starlette-20240425
Update dependencies reported by dependabot: fastapi, pydantic, starlette. Also update dependencies of reported dependencies where necessary.
2 parents 0263c9e + 7f32b28 commit 82be042

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

src/approov-protected-server/token-binding-check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ content-type: application/json
8787
{}
8888
```
8989

90-
The reason you got a `401` is because no Approoov token isn't provided in the headers of the request.
90+
The reason you got a `401` is because no Approoov token is provided in the headers of the request.
9191

9292
Finally, you can test that the Approov integration example works as expected with this [Postman collection](/TESTING.md#testing-with-postman) or with some cURL requests [examples](/TESTING.md#testing-with-curl).
9393

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
click==7.1.2
2-
fastapi==0.63.0
1+
click==8.1.7
2+
fastapi==0.111.0
33
h11==0.12.0
4-
pydantic==1.8.1
4+
pydantic==1.10.13
55
PyJWT==2.0.1
66
python-dotenv==0.15.0
7-
starlette==0.13.6
8-
typing-extensions==3.7.4.3
9-
uvicorn==0.13.4
7+
starlette==0.37.2
8+
typing-extensions==4.8.0
9+
uvicorn==0.29.0

src/approov-protected-server/token-check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ content-type: application/json
8585
{}
8686
```
8787

88-
The reason you got a `401` is because no Approoov token isn't provided in the headers of the request.
88+
The reason you got a `401` is because no Approoov token is provided in the headers of the request.
8989

9090
Finally, you can test that the Approov integration example works as expected with this [Postman collection](/TESTING.md#testing-with-postman) or with some cURL requests [examples](/TESTING.md#testing-with-curl).
9191

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
click==7.1.2
2-
fastapi==0.63.0
1+
click==8.1.7
2+
fastapi==0.111.0
33
h11==0.12.0
4-
pydantic==1.8.1
4+
pydantic==1.10.13
55
PyJWT==2.0.1
66
python-dotenv==0.15.0
7-
starlette==0.13.6
8-
typing-extensions==3.7.4.3
9-
uvicorn==0.13.4
7+
starlette==0.37.2
8+
typing-extensions==4.8.0
9+
uvicorn==0.29.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
click==7.1.2
2-
fastapi==0.63.0
1+
click==8.1.7
2+
fastapi==0.111.0
33
h11==0.12.0
4-
pydantic==1.8.1
5-
starlette==0.13.6
6-
typing-extensions==3.7.4.3
7-
uvicorn==0.13.4
4+
pydantic==1.10.13
5+
starlette==0.37.2
6+
typing-extensions==4.8.0
7+
uvicorn==0.29.0

0 commit comments

Comments
 (0)