Skip to content
Closed
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
10 changes: 8 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ click==8.4.2
# via
# jishaku
# uvicorn
cryptography==49.0.0
cryptography==50.0.0
# via -r requirements.in
curl-cffi==0.15.0
# via -r requirements.in
Expand All @@ -71,6 +71,8 @@ discord-py==2.7.1
# -r requirements.in
# discord-ext-menus
# jishaku
emoji==2.15.0
# via -r requirements.in
fastapi==0.139.2
# via -r requirements.in
filelock==3.31.1
Expand Down Expand Up @@ -120,7 +122,9 @@ multidict==6.7.1
nodeenv==1.10.0
# via pyright
numpy==2.5.1
# via pandas
# via
# -r requirements.in
# pandas
packageurl-python==0.17.6
# via cyclonedx-python-lib
packaging==26.2
Expand Down Expand Up @@ -154,6 +158,8 @@ psutil==7.2.2
# via -r requirements.in
py-serializable==2.1.0
# via cyclonedx-python-lib
pycountry==24.6.1
# via -r requirements.in
pycparser==3.0
# via cffi
pydantic==2.13.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.14.1
asyncpg==0.31.0
beautifulsoup4==4.15.0
cachetools==7.1.4
cryptography==49.0.0
cryptography==50.0.0
curl-cffi==0.15.0
deno==2.9.3
defusedxml==0.7.1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.4.2
# via
# jishaku
# uvicorn
cryptography==49.0.0
cryptography==50.0.0
# via -r requirements.in
curl-cffi==0.15.0
# via -r requirements.in
Expand Down Expand Up @@ -105,6 +105,8 @@ propcache==0.5.2
# yarl
psutil==7.2.2
# via -r requirements.in
pycountry==24.6.1
# via -r requirements.in
pycparser==3.0
# via cffi
pydantic==2.13.4
Expand All @@ -113,8 +115,6 @@ pydantic==2.13.4
# fastapi
pydantic-core==2.46.4
# via pydantic
pycountry==24.6.1
# via -r requirements.in
pyee==13.0.1
# via playwright
pygments==2.20.0
Expand Down
Loading