Skip to content

Commit

Permalink
Fix starlette tests (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp authored Feb 20, 2024
1 parent 75ab2aa commit 2ae2146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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==4.0.0
anyio==4.3.0
# via starlette
idna==3.4
idna==3.6
# via anyio
sniffio==1.3.0
# via anyio
starlette==0.32.0.post1
starlette==0.37.1
# via -r requirements.in

0 comments on commit 2ae2146

Please sign in to comment.