Skip to content

Commit 82e2c64

Browse files
committed
chore(deps): bump starlette to 1.0.1
1 parent 90713c3 commit 82e2c64

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ cramjam = "=2.10.0"
3333
flask = "^3.1.1"
3434
gitpython = "^3.1.43"
3535
connexion = {version = "^3.1.0", extras = ["swagger-ui", "flask"]}
36+
starlette = ">=1.0.1"
3637
gunicorn = "^23.0.0"
3738
peewee = "^3.18.1"
3839
prometheus-client = "^0.25.0"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,9 +1705,9 @@ six==1.17.0 ; python_version >= "3.12" and python_version < "3.14" \
17051705
smmap==5.0.3 ; python_version >= "3.12" and python_version < "3.14" \
17061706
--hash=sha256:4d9debb8b99007ae47165abc08670bd74cb74b5227dda7f643eccc4e9eb5642c \
17071707
--hash=sha256:c106e05d5a61449cf6ba9a1e650227ecfb141590d2a98412103ff35d89fc7b2f
1708-
starlette==1.0.0 ; python_version >= "3.12" and python_version < "3.14" \
1709-
--hash=sha256:6a4beaf1f81bb472fd19ea9b918b50dc3a77a6f2e190a12954b25e6ed5eea149 \
1710-
--hash=sha256:d3ec55e0bb321692d275455ddfd3df75fff145d009685eb40dc91fc66b03d38b
1708+
starlette==1.0.1 ; python_version >= "3.12" and python_version < "3.14" \
1709+
--hash=sha256:512399c5f1de7fac99c88572212ded9ddeddef2fb32afa82d724000e88b38f4f \
1710+
--hash=sha256:7c0e69b2ee1c848bd54669d908500117a3ee13de603a21427e5c6fc1adf98dcd
17111711
swagger-ui-bundle==1.1.0 ; python_version >= "3.12" and python_version < "3.14" \
17121712
--hash=sha256:20673c3431c8733d5d1615ecf79d9acf30cff75202acaf21a7d9c7f489714529 \
17131713
--hash=sha256:f7526f7bb99923e10594c54247265839bec97e96b0438561ac86faf40d40dd57

0 commit comments

Comments
 (0)