Skip to content

Commit

Permalink
bumped python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Jan 9, 2025
1 parent 278c88a commit 654b0dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiocache==0.12.3
# via -r requirements-core.in
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
anyio==4.8.0
# via
# httpx
# starlette
Expand Down Expand Up @@ -61,7 +61,7 @@ packaging==24.2 ; sys_platform != 'win32'
# via gunicorn
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via
# fastapi-slim
# pydantic-settings
Expand Down Expand Up @@ -103,7 +103,7 @@ uvloop==0.21.0 ; sys_platform != 'win32'
# via -r requirements-core.in
wsproto==1.2.0
# via simple-websocket
xlwings==0.33.5
xlwings==0.33.6
# via -r requirements-core.in

# The following packages were excluded from the output:
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotated-types==0.7.0
# via
# -r requirements.txt
# pydantic
anyio==4.7.0
anyio==4.8.0
# via
# -r requirements.txt
# httpx
Expand Down Expand Up @@ -70,7 +70,7 @@ httptools==0.6.4
# via -r requirements.txt
httpx==0.28.1
# via -r requirements.txt
identify==2.6.4
identify==2.6.5
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via
# -r requirements.txt
# cffi
pydantic==2.10.4
pydantic==2.10.5
# via
# -r requirements.txt
# fastapi-slim
Expand Down Expand Up @@ -194,15 +194,15 @@ uvicorn==0.34.0
# via -r requirements.txt
uvloop==0.21.0 ; sys_platform != 'win32'
# via -r requirements.txt
virtualenv==20.28.0
virtualenv==20.28.1
# via pre-commit
watchfiles==1.0.3
# via -r requirements-dev.in
wsproto==1.2.0
# via
# -r requirements.txt
# simple-websocket
xlwings==0.33.5
xlwings==0.33.6
# via -r requirements.txt

# The following packages were excluded from the output:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotated-types==0.7.0
# via
# -r requirements-core.txt
# pydantic
anyio==4.7.0
anyio==4.8.0
# via
# -r requirements-core.txt
# httpx
Expand Down Expand Up @@ -95,7 +95,7 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via
# -r requirements-core.txt
# cffi
pydantic==2.10.4
pydantic==2.10.5
# via
# -r requirements-core.txt
# fastapi-slim
Expand Down Expand Up @@ -163,7 +163,7 @@ wsproto==1.2.0
# via
# -r requirements-core.txt
# simple-websocket
xlwings==0.33.5
xlwings==0.33.6
# via -r requirements-core.txt

# The following packages were excluded from the output:
Expand Down

0 comments on commit 654b0dc

Please sign in to comment.