Skip to content

Commit dc3142e

Browse files
renovate[bot]github-actions[bot]+sync-lockfile
andauthored
fix(deps): update dependency uvicorn to >=0.30,<0.44 (#887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot]+sync-lockfile <github-actions[bot]+sync-lockfile@users.noreply.github.com>
1 parent 6b3fd3e commit dc3142e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"simple-sqlite3-orm~=0.12",
4646
"typing-extensions>=4.6.3",
4747
"urllib3>=2.2.2,<2.7",
48-
"uvicorn[standard]>=0.30,<0.43",
48+
"uvicorn[standard]>=0.30,<0.44",
4949
"zstandard<0.26,>=0.22",
5050
]
5151
urls.Source = "https://github.com/tier4/ota-client"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ uvicorn==0.33.0 ; python_full_version < '3.9'
219219
# via otaclient
220220
uvicorn==0.39.0 ; python_full_version == '3.9.*'
221221
# via otaclient
222-
uvicorn==0.42.0 ; python_full_version >= '3.10'
222+
uvicorn==0.43.0 ; python_full_version >= '3.10'
223223
# via otaclient
224224
uvloop==0.21.0 ; python_full_version < '3.8.1' and platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
225225
# via uvicorn

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)