Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-e file:.
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.3
aiohttp==3.14.3
# via groq
# via httpx-aiohttp
aiosignal==1.4.0
Expand Down Expand Up @@ -48,7 +48,7 @@ exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.19.1
filelock==3.32.2
# via virtualenv
frozenlist==1.8.0
# via aiohttp
Expand All @@ -65,7 +65,7 @@ httpx-aiohttp==0.1.12
# via groq
humanize==4.13.0
# via nox
idna==3.11
idna==3.18
# via anyio
# via httpx
# via yarl
Expand Down Expand Up @@ -102,14 +102,14 @@ pydantic==2.12.5
# via groq
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
pygments==2.20.0
# via pytest
# via rich
pyright==1.1.399
pytest==8.4.2
pytest==9.1.1
# via pytest-asyncio
# via pytest-xdist
pytest-asyncio==1.2.0
pytest-asyncio==1.4.0
pytest-xdist==3.8.0
python-dateutil==2.9.0.post0
# via time-machine
Expand All @@ -127,6 +127,7 @@ tomli==2.4.0
# via nox
# via pytest
typing-extensions==4.15.0
# via aiohttp
# via aiosignal
# via anyio
# via exceptiongroup
Expand Down
5 changes: 3 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-e file:.
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.3
aiohttp==3.14.3
# via groq
# via httpx-aiohttp
aiosignal==1.4.0
Expand Down Expand Up @@ -45,7 +45,7 @@ httpx==0.28.1
# via httpx-aiohttp
httpx-aiohttp==0.1.12
# via groq
idna==3.11
idna==3.18
# via anyio
# via httpx
# via yarl
Expand All @@ -62,6 +62,7 @@ pydantic-core==2.41.5
sniffio==1.3.1
# via groq
typing-extensions==4.15.0
# via aiohttp
# via aiosignal
# via anyio
# via exceptiongroup
Expand Down