We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9309b0 commit 9a37e71Copy full SHA for 9a37e71
pyproject.toml
@@ -4,10 +4,11 @@ authors = [
4
]
5
requires-python = "==3.14.*"
6
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",
+ "pydis-core[all]==11.8.0",
+ "arrow==1.4.0",
+ "sentry-sdk==2.43.0",
+ "pydantic==2.12.4",
11
+ "pydantic-settings==2.11.0",
12
13
name = "sir-robin"
14
version = "0.1.0"
@@ -21,13 +22,13 @@ dev = [
21
22
"taskipy==1.14.1",
23
24
test = [
- "hypothesis==6.122.0",
25
- "pytest==8.3.3",
26
- "pytest-asyncio==0.24.0",
+ "hypothesis==6.147.0",
+ "pytest==8.4.2",
27
+ "pytest-asyncio==1.2.0",
28
29
lint = [
- "ruff==0.8.1",
30
- "pre-commit==4.0.1",
+ "ruff==0.14.4",
31
+ "pre-commit==4.4.0",
32
33
34
0 commit comments