Skip to content

Commit 8d15183

Browse files
authoredDec 4, 2024··
Merge branch 'main' into release/3.10.1
2 parents 46e54a1 + 05d180a commit 8d15183

File tree

2 files changed

+56
-52
lines changed

2 files changed

+56
-52
lines changed
 

Diff for: ‎poetry.lock

+52-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ msgpack = "*"
106106
poetry = "^1.8.4"
107107

108108
# Lint
109-
boto3-stubs = {version = "^1.35.68", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"]}
109+
boto3-stubs = {version = "^1.35.73", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"]}
110110
doc8 = "^1.1"
111111
mypy = "^1.13"
112-
ruff = "^0.8.0"
112+
ruff = "^0.8.1"
113113

114114
# Test
115115
moto = "^5.0"
116116
openpyxl = "^3.1"
117117
pyparsing = "^3.1.4"
118-
pytest = "^8.3.3"
118+
pytest = "^8.3.4"
119119
pytest-cov = "^5.0"
120120
pytest-rerunfailures = "^14.0"
121121
pytest-timeout = "^2.3.1"
@@ -133,7 +133,7 @@ sphinx = "^7.1"
133133
sphinx-autodoc-typehints = "^2.0.1"
134134
sphinx-bootstrap-theme = "^0.8"
135135
sphinx-copybutton = "^0.5.1"
136-
pydot = "^3.0.2"
136+
pydot = "^3.0.3"
137137
myst-parser = "^3.0.1"
138138

139139
[build-system]

0 commit comments

Comments
 (0)
Please sign in to comment.