Skip to content

Commit

Permalink
Bumped websockets for example envs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmunteanu committed Jun 24, 2021
1 parent 2eb165a commit b78a2e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions examples/sample-plain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -12,18 +12,18 @@ h11==0.9.0
# via uvicorn
httptools==0.1.1
# via uvicorn
marshmallow-jsonapi==0.23.2
# via -r requirements.in
marshmallow==3.7.1
# via
# -r requirements.in
# marshmallow-jsonapi
starlette-jsonapi==2.1.0
marshmallow-jsonapi==0.23.2
# via -r requirements.in
starlette==0.14.2
# via
# -r requirements.in
# starlette-jsonapi
starlette-jsonapi==2.1.0
# via -r requirements.in
uvicorn==0.11.7
# via -r requirements.in
uvloop==0.14.0
Expand Down
10 changes: 5 additions & 5 deletions examples/sample-sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -12,20 +12,20 @@ h11==0.9.0
# via uvicorn
httptools==0.1.1
# via uvicorn
marshmallow-jsonapi==0.23.2
# via -r requirements.in
marshmallow==3.7.1
# via
# -r requirements.in
# marshmallow-jsonapi
sqlalchemy==1.3.19
marshmallow-jsonapi==0.23.2
# via -r requirements.in
starlette-jsonapi==2.1.0
sqlalchemy==1.3.19
# via -r requirements.in
starlette==0.14.2
# via
# -r requirements.in
# starlette-jsonapi
starlette-jsonapi==2.1.0
# via -r requirements.in
uvicorn==0.11.8
# via -r requirements.in
uvloop==0.14.0
Expand Down
10 changes: 5 additions & 5 deletions examples/sample-tortoise-orm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -16,20 +16,20 @@ httptools==0.1.1
# via uvicorn
iso8601==0.1.12
# via tortoise-orm
marshmallow-jsonapi==0.23.2
# via -r requirements.in
marshmallow==3.7.1
# via
# -r requirements.in
# marshmallow-jsonapi
marshmallow-jsonapi==0.23.2
# via -r requirements.in
pypika==0.37.16
# via tortoise-orm
starlette-jsonapi==2.1.0
# via -r requirements.in
starlette==0.14.2
# via
# -r requirements.in
# starlette-jsonapi
starlette-jsonapi==2.1.0
# via -r requirements.in
tortoise-orm==0.16.14
# via -r requirements.in
typing-extensions==3.7.4.2
Expand Down

0 comments on commit b78a2e0

Please sign in to comment.