Skip to content

Commit

Permalink
Require boto3/botocore 1.34.63; stop pinning urllib3
Browse files Browse the repository at this point in the history
Since
boto/botocore@f9470df,
botocore supports all urllib3 versions except 2.2.0 on Python 3.10 and
later. It should be safe to stop pinning urllib3 separately here.
  • Loading branch information
musicinmybrain committed Aug 5, 2024
1 parent 635108c commit 9ab55ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ keywords = ["snakemake", "plugin", "storage", "s3"]
python = "^3.11"
snakemake-interface-common = "^1.14.0"
snakemake-interface-storage-plugins = "^3.2.2"
boto3 = "^1.33"
botocore = "^1.33"
urllib3 = ">=2.0,<2.2" # https://github.com/boto/botocore/issues/3111#issuecomment-1944524714
# https://github.com/boto/botocore/commit/f9470df1af9f2a59d3c30f691e593d0e4abbe9e2
boto3 = "^1.34.63"
botocore = "^1.34.63"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 9ab55ae

Please sign in to comment.