Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StorageLeaf
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProjectLeaf
StorageLeaf
Commits
269e4d39
Commit
269e4d39
authored
2 years ago
by
renovate-bot
Browse files
Options
Downloads
Patches
Plain Diff
Update dependency uvicorn to v0.22.0
parent
f5a9e194
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Update dependency uvicorn to v0.22.0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+5
-5
5 additions, 5 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
6 additions
and
6 deletions
poetry.lock
+
5
−
5
View file @
269e4d39
# This file is automatically @generated by Poetry 1.4.
0
and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.
2
and should not be changed by hand.
[[package]]
name
=
"anyio"
...
...
@@ -710,14 +710,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[
package
]]
name
=
"uvicorn"
version
=
"0.2
0
.0"
version
=
"0.2
2
.0"
description
=
"The lightning-fast ASGI server."
category
=
"main"
optional
=
false
python-versions
=
">
=
3.7
"
files
=
[
{file
=
"uvicorn-0.2
0
.0-py3-none-any.whl"
,
hash
=
"sha256:
c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd
"
}
,
{file
=
"uvicorn-0.2
0
.0.tar.gz"
,
hash
=
"sha256:
a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127
d8"
}
,
{file
=
"uvicorn-0.2
2
.0-py3-none-any.whl"
,
hash
=
"sha256:
e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996
"
}
,
{file
=
"uvicorn-0.2
2
.0.tar.gz"
,
hash
=
"sha256:
79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8e
d8"
}
,
]
[
package.dependencies
]
...
...
@@ -730,4 +730,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
[
metadata
]
lock-version
=
"2.0"
python-versions
=
"^3.9"
content-hash
=
"
eb1041a404ed55f339ba5c5e20658694a1825b33e75c7ae40914f9f959d6e437
"
content-hash
=
"
fdc918f385684470128aa6c9d3c4053b597e8cb483d01c47506c15c354ffb05a
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
269e4d39
...
...
@@ -13,7 +13,7 @@ secondary = true
python
=
"^3.9"
thecodelabs-baseutils
=
"*"
fastapi
=
"0.92.0"
uvicorn
=
"0.2
0
.0"
uvicorn
=
"0.2
2
.0"
sqlalchemy
=
"2.0.4"
apscheduler
=
"3.10.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment