Skip to content

Commit

Permalink
Merge pull request #1286 from jakob-keller/bump-dev-dependencies
Browse files Browse the repository at this point in the history
Bump dev dependencies
  • Loading branch information
jakob-keller authored Feb 6, 2025
2 parents 361a414 + d4bd2f7 commit 8eea9b9
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 53 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ botocore-dev = [
dev = [
"dill ~=0.3.3", # Used in test_patches.py
"docker ~=7.1",
"docutils ~=0.16", # Used in test_version.py
"docutils >=0.16,<0.22", # Used in test_version.py
"moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds] ~=4.2.9",
"packaging ~=24.1", # Used in test_version.py
"pip ~=24.3.1", # Used in test_version.py
"pre-commit ~=3.5.0",
"pytest-asyncio ~=0.23.8",
"pip >=24.3.1,<26", # Used in test_version.py
"pre-commit >=3.5.0,<5",
"pytest-asyncio >=0.23.8,<0.26",
"requests ~=2.32.3", # Used in test_version.py
"time-machine ~=2.15.0", # Used in test_signers.py
"tomli; python_version<'3.11'", # Used in test_version.py
Expand Down
Loading

0 comments on commit 8eea9b9

Please sign in to comment.