Skip to content

Commit 4f02f03

Browse files
committed
chore: upldate packages for development
1 parent 50f9f62 commit 4f02f03

2 files changed

Lines changed: 226 additions & 60 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,20 @@ dev = [
4848
"prek>=0.4.3",
4949
]
5050
test = [
51-
"pytest~=7.4.4",
51+
"pytest>=9.0.3",
5252
"pytest-asyncio>=0.23.8",
53-
"requests~=2.31.0",
53+
"requests>=2.34.2",
5454
]
5555
lint = [
5656
"bandit>=1.9.4",
57-
"isort~=5.13.2",
5857
"ruff>=0.15.15",
5958
"zizmor>=1.25.2",
6059
]
6160
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",
61+
"mypy>=2.1.0",
62+
"mypy-boto3-sqs>=1.34.101",
63+
"types-requests>=2.33.0.20260518",
64+
"boto3-stubs[essential]>=1.34.84",
6665
]
6766

6867

0 commit comments

Comments
 (0)