Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 14, 2024
1 parent a9d7166 commit 2af725d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"discord-py[speed]",
"jishaku>=2.6.0,<3.0.0",
"pydantic>2.0",
"pydantic-settings>=2.6.1,<3.0.0",
"pydantic-settings>=2.7.0,<3.0.0",
"uvloop>=0.21.0; sys_platform != 'win32'",
"pyyaml>=6.0.2,<7.0.0",
"anyio>=4.6.2.post1,<5.0.0",
Expand All @@ -20,12 +20,12 @@ dependencies = [
[dependency-groups]
dev = [
"mypy>=1.13.0,<1.14.0",
"ruff>=0.8.2,<0.9.0",
"ruff>=0.8.3,<0.9.0",
"pytest>=8.3.4,<9.0.0",
"pytest-cov>=6.0.0,<7.0.0",
"coverage>=7.6.9,<8.0.0",
"types-pyyaml>=6.0.12.20240917,<7.0.0",
"watchfiles>=1.0.0,<1.1.0",
"watchfiles>=1.0.3,<1.1.0",
]

[tool.uv.sources]
Expand Down
Loading

0 comments on commit 2af725d

Please sign in to comment.