Skip to content

Commit

Permalink
Merge branch 'main' into feat/python-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking authored Dec 17, 2024
2 parents abee802 + 41c6164 commit e3673f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ msgpack = "*"
poetry = "^1.8.5"

# Lint
boto3-stubs = {version = "^1.35.76", 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"]}
boto3-stubs = {version = "^1.35.82", 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"]}
doc8 = "^1.1"
mypy = "^1.13"
ruff = "^0.8.2"
ruff = "^0.8.3"

# Test
moto = "^5.0"
Expand All @@ -118,7 +118,7 @@ s3fs = "0.4.2" # Must be pinned to 0.4.2
tox = "^4.23.2"

# Docs
bump-my-version = "^0.28.1"
bump-my-version = "^0.28.2"
IPython = "^8.10.0"
jupyterlab = "^4.3"
nbsphinx = "^0.9.5"
Expand Down

0 comments on commit e3673f0

Please sign in to comment.