Skip to content

Commit

Permalink
Update integration deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Nov 7, 2023
1 parent 1d5141d commit 69d14f3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
25 changes: 17 additions & 8 deletions tests_integrations/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
anyio==3.6.2
# via starlette
fastapi==0.89.1
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
fastapi==0.104.1
# via -r requirements.in
idna==3.4
# via anyio
pydantic==1.10.4
pydantic==2.4.2
# via fastapi
pydantic-core==2.10.1
# via pydantic
sniffio==1.3.0
# via anyio
starlette==0.22.0
starlette==0.27.0
# via fastapi
typing-extensions==4.4.0
# via pydantic
typing-extensions==4.8.0
# via
# fastapi
# pydantic
# pydantic-core
8 changes: 5 additions & 3 deletions tests_integrations/flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
click==8.1.3
blinker==1.7.0
# via flask
flask==2.2.5
click==8.1.7
# via flask
flask==3.0.0
# via -r requirements.in
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
markupsafe==2.1.2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
Expand Down
4 changes: 2 additions & 2 deletions tests_integrations/starlette/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
anyio==3.6.2
anyio==4.0.0
# via starlette
idna==3.4
# via anyio
sniffio==1.3.0
# via anyio
starlette==0.27.0
starlette==0.32.0.post1
# via -r requirements.in

0 comments on commit 69d14f3

Please sign in to comment.