Skip to content

Commit 9a37e71

Browse files
committed
Upgrade all dependency versions
1 parent f9309b0 commit 9a37e71

File tree

2 files changed

+168
-251
lines changed

2 files changed

+168
-251
lines changed

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ authors = [
44
]
55
requires-python = "==3.14.*"
66
dependencies = [
7-
"pydis-core[all]==11.5.1",
8-
"arrow==1.3.0",
9-
"sentry-sdk==2.19.0",
10-
"pydantic-settings==2.6.1",
7+
"pydis-core[all]==11.8.0",
8+
"arrow==1.4.0",
9+
"sentry-sdk==2.43.0",
10+
"pydantic==2.12.4",
11+
"pydantic-settings==2.11.0",
1112
]
1213
name = "sir-robin"
1314
version = "0.1.0"
@@ -21,13 +22,13 @@ dev = [
2122
"taskipy==1.14.1",
2223
]
2324
test = [
24-
"hypothesis==6.122.0",
25-
"pytest==8.3.3",
26-
"pytest-asyncio==0.24.0",
25+
"hypothesis==6.147.0",
26+
"pytest==8.4.2",
27+
"pytest-asyncio==1.2.0",
2728
]
2829
lint = [
29-
"ruff==0.8.1",
30-
"pre-commit==4.0.1",
30+
"ruff==0.14.4",
31+
"pre-commit==4.4.0",
3132
]
3233

3334

0 commit comments

Comments
 (0)