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 50f9f62 commit 4f02f03Copy full SHA for 4f02f03
2 files changed
pyproject.toml
@@ -48,21 +48,20 @@ dev = [
48
"prek>=0.4.3",
49
]
50
test = [
51
- "pytest~=7.4.4",
+ "pytest>=9.0.3",
52
"pytest-asyncio>=0.23.8",
53
- "requests~=2.31.0",
+ "requests>=2.34.2",
54
55
lint = [
56
"bandit>=1.9.4",
57
- "isort~=5.13.2",
58
"ruff>=0.15.15",
59
"zizmor>=1.25.2",
60
61
types = [
62
- "mypy~=1.8.0",
63
- "mypy-boto3-sqs~=1.34.101",
64
- "types-requests>=2.31.0.20240106",
65
- "boto3-stubs[essential]~=1.34.84",
+ "mypy>=2.1.0",
+ "mypy-boto3-sqs>=1.34.101",
+ "types-requests>=2.33.0.20260518",
+ "boto3-stubs[essential]>=1.34.84",
66
67
68
0 commit comments