Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump certifi from 2020.12.5 to 2022.12.7 in /sanic #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sanic/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosqlite==0.16.0
# via tortoise-orm
asyncpg==0.21.0
# via tortoise-orm
certifi==2020.12.5
certifi==2022.12.7
# via httpx
h11==0.9.0
# via httpcore
Expand All @@ -26,12 +26,12 @@ iso3166==1.0.1
# via -r requirements.in
iso8601==0.1.13
# via tortoise-orm
marshmallow-enum==1.4.1
# via -r requirements.in
marshmallow==2.20.0
# via
# -r requirements.in
# marshmallow-enum
marshmallow-enum==1.4.1
# via -r requirements.in
multidict==5.1.0
# via sanic
pypika==0.44.1
Expand All @@ -48,10 +48,10 @@ sniffio==1.2.0
# via
# httpcore
# httpx
sqlalchemy-utils==0.36.8
# via -r requirements.in
sqlalchemy==1.3.22
# via sqlalchemy-utils
sqlalchemy-utils==0.36.8
# via -r requirements.in
tortoise-orm[asyncpg]==0.16.19
# via -r requirements.in
typing-extensions==3.7.4.3
Expand Down