-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
72713ec
commit ff20f99
Showing
12 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mypy==1.10.0 | ||
flake8==7.0.0 | ||
mypy==1.11.2 | ||
flake8==7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
requests==2.32.0 | ||
requests==2.32.3 | ||
python-dotenv==1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
fastapi==0.109.1 | ||
uvicorn[standard]==0.29.0 | ||
fastapi==0.115.0 | ||
uvicorn[standard]==0.31.0 | ||
SQLAlchemy==2.0.32 | ||
mangum==0.17.0 | ||
mangum==0.19.0 | ||
boto3==1.35.5 | ||
psycopg2-binary==2.9.9 | ||
httpx==0.27.0 | ||
pydantic==2.5.3 | ||
pydantic_core==2.14.6 | ||
email-validator==2.1.1 | ||
httpx==0.27.2 | ||
pydantic==2.9.2 | ||
pydantic_core==2.24.0 | ||
email-validator==2.2.0 | ||
requests==2.31.0 | ||
cryptography==42.0.7 | ||
pyjwt==2.8.0 | ||
pyjwt==2.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
pytest==7.4.4 | ||
black==24.3.0 | ||
flake8==7.0.0 | ||
black==24.8.0 | ||
flake8==7.1.1 | ||
pytest-emoji==0.2.0 | ||
pytest-md==0.2.0 | ||
testcontainers==4.7.2 | ||
testcontainers==4.8.1 | ||
testcontainers-core==0.0.1rc1 | ||
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
boto3==1.35.5 | ||
botocore==1.35.5 | ||
fastapi==0.109.1 | ||
pydantic==2.5.3 | ||
pydantic-core==2.14.6 | ||
httpx==0.27.0 | ||
uvicorn[standard]==0.29.0 | ||
fastapi==0.115.0 | ||
pydantic==2.9.2 | ||
pydantic-core==2.24.0 | ||
httpx==0.27.2 | ||
uvicorn[standard]==0.31.0 | ||
SQLAlchemy==2.0.32 | ||
email-validator==2.1.1 | ||
requests==2.32.0 | ||
email-validator==2.2.0 | ||
requests==2.32.3 | ||
psycopg2-binary==2.9.9 | ||
mangum==0.17.0 | ||
mangum==0.19.0 | ||
cryptography==42.0.7 | ||
authlib==1.3.1 | ||
pyjwt==2.8.0 | ||
authlib==1.3.2 | ||
pyjwt==2.9.0 |