Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
- pydantic-settings
- ruff
  • Loading branch information
staciax committed Nov 2, 2024
1 parent fce0f14 commit 8017872
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 49 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependencies = [
"discord-py[speed]",
"jishaku>=2.6.0,<3.0.0",
"pydantic>2.0",
"pydantic-settings>=2.6.0,<3.0.0",
"pydantic-settings>=2.6.1,<3.0.0",
"uvloop>=0.21.0; sys_platform != 'win32'"
]

[tool.uv]
dev-dependencies = [
"mypy>=1.13.0,<2.0.0",
"ruff>=0.7.1,<1.0.0",
"ruff>=0.7.2,<1.0.0",
"coverage>=7.6.4,<8.0.0",
"watchfiles>=0.24.0,<1.0.0",
]
Expand Down Expand Up @@ -60,7 +60,6 @@ extend-select = [
"RUF100", # unused noqa
"RUF021", # parenthesize-chained-operators
]

ignore = [
"E501", # line too long, handled by black
"B904", # Allow raising exceptions without from e, for HTTPException
Expand Down
Loading

0 comments on commit 8017872

Please sign in to comment.