Skip to content

Commit 0bf1821

Browse files
authored
Merge pull request #126 from YeonwooSung/dependabot/pip/authentication/fastapi-keyclock/pip-b6df1a1e09
build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /authentication/fastapi-keyclock in the pip group across 1 directory
2 parents 801835f + 07b3450 commit 0bf1821

11 files changed

Lines changed: 43 additions & 42 deletions

File tree

authentication/fastapi-keyclock/poetry.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.

basic-functionality/simple-circuit-breaker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
88
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
99
pydantic==1.10.9 ; python_version >= "3.8" and python_version < "4.0"
1010
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "4.0"
11-
starlette==0.47.2 ; python_version >= "3.8" and python_version < "4.0"
11+
starlette==0.48.0 ; python_version >= "3.8" and python_version < "4.0"
1212
typing-extensions==4.6.3 ; python_version >= "3.8" and python_version < "4.0"
1313
uvicorn==0.22.0 ; python_version >= "3.8" and python_version < "4.0"

full-stack-fastapi-template/backend/poetry.lock

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

full-stack-fastapi-template/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tenacity = "^8.2.3"
1515
pydantic = ">2.0"
1616
emails = "^0.6"
1717

18-
gunicorn = "^21.2.0"
18+
gunicorn = "^22.0.0"
1919
jinja2 = "^3.1.2"
2020
alembic = "^1.12.1"
2121
python-jose = {extras = ["cryptography"], version = "^3.3.0"}

sample_projects/fastapi-movie-api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
2828
sqlalchemy2-stubs==0.0.2a35 ; python_version >= "3.9" and python_version < "4.0"
2929
sqlalchemy==1.4.41 ; python_version >= "3.9" and python_version < "4.0"
3030
sqlmodel==0.0.8 ; python_version >= "3.9" and python_version < "4.0"
31-
starlette==0.47.2 ; python_version >= "3.9" and python_version < "4.0"
31+
starlette==0.48.0 ; python_version >= "3.9" and python_version < "4.0"
3232
typing-extensions==4.7.1 ; python_version >= "3.9" and python_version < "4.0"
3333
uvicorn==0.22.0 ; python_version >= "3.9" and python_version < "4.0"
3434
wrapt==1.15.0 ; python_version >= "3.9" and python_version < "4.0"

sample_projects/geoip/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ multidict==6.0.4 ; python_version >= "3.9" and python_version < "4.0"
2121
prometheus-client==0.19.0 ; python_version >= "3.9" and python_version < "4.0"
2222
prometheus-fastapi-instrumentator==6.1.0 ; python_version >= "3.9" and python_version < "4.0"
2323
pydantic==1.10.13 ; python_version >= "3.9" and python_version < "4.0"
24-
requests==2.32.4 ; python_version >= "3.9" and python_version < "4.0"
24+
requests==2.32.5 ; python_version >= "3.9" and python_version < "4.0"
2525
setuptools==80.9.0 ; python_version >= "3.9" and python_version < "4.0"
2626
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
27-
starlette==0.47.2 ; python_version >= "3.9" and python_version < "4.0"
27+
starlette==0.48.0 ; python_version >= "3.9" and python_version < "4.0"
2828
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0"
2929
urllib3==2.5.0 ; python_version >= "3.9" and python_version < "4.0"
3030
uvicorn==0.22.0 ; python_version >= "3.9" and python_version < "4.0"

sample_projects/scrap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ prometheus-fastapi-instrumentator==6.1.0 ; python_version >= "3.9" and python_ve
1515
pydantic==1.10.12 ; python_version >= "3.9" and python_version < "4.0"
1616
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
1717
soupsieve==2.4.1 ; python_version >= "3.9" and python_version < "4.0"
18-
starlette==0.47.2 ; python_version >= "3.9" and python_version < "4.0"
18+
starlette==0.48.0 ; python_version >= "3.9" and python_version < "4.0"
1919
typing-extensions==4.7.1 ; python_version >= "3.9" and python_version < "4.0"
2020
uvicorn==0.22.0 ; python_version >= "3.9" and python_version < "4.0"

sample_projects/til_board/poetry.lock

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

sample_projects/til_board/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python-multipart = "^0.0.7"
2121
python-dotenv = "^1.0.0"
2222
pydantic-settings = "^2.1.0"
2323
celery = "^5.3.6"
24-
requests = "^2.32.4"
24+
requests = "^2.32.5"
2525
pytest = "^8.0.0"
2626
freezegun = "^1.4.0"
2727
pytest-mock = "^3.12.0"

sql-db/fastapi-quadtree-db/poetry.lock

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

0 commit comments

Comments
 (0)