Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 4, 2025
1 parent 64b1269 commit 49d6c9b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
8 changes: 4 additions & 4 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.7.0,<3.0.0",
"pydantic-settings>=2.7.1,<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 @@ -19,12 +19,12 @@ dependencies = [

[dependency-groups]
dev = [
"mypy>=1.14.0,<1.15.0",
"ruff>=0.8.4,<0.9.0",
"mypy>=1.14.1,<1.15.0",
"ruff>=0.8.5,<0.9.0",
"pytest>=8.3.4,<9.0.0",
"pytest-cov>=6.0.0,<7.0.0",
"coverage>=7.6.10,<8.0.0",
"types-pyyaml>=6.0.12.20241221,<7.0.0",
"types-pyyaml>=6.0.12.20241230,<7.0.0",
"watchfiles>=1.0.3,<1.1.0",
]

Expand Down
Loading

0 comments on commit 49d6c9b

Please sign in to comment.