Skip to content

Commit

Permalink
update boto3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 29, 2024
1 parent e047846 commit 1696148
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicsnovault"
version = "11.16.0.1b4" # TODO: To become 11.17.0
version = "11.16.0.1b5" # TODO: To become 11.17.0
description = "Storage support for 4DN Data Portals."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -40,8 +40,8 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
aws_requests_auth = "^0.4.1"
boto3 = ">=1.28.62" # no particular version required, but this speeds up search
botocore = ">=1.31.62" # no particular version required, but this speeds up search
boto3 = "^1.34.135"
botocore = "^1.34.135"
elasticsearch = "7.13.4" # versions >= 7.14.0 lock out AWS ES
elasticsearch_dsl = "^7.4.0"
#python-3.12 elasticsearch = "^7.17.9"
Expand Down Expand Up @@ -94,8 +94,8 @@ xlrd = "^1.0.0"
jsonschema = {extras = ["format-nongpl"], version = "^4.19.0"}

[tool.poetry.dev-dependencies]
boto3-stubs = ">=1.28.62" # no particular version required, but this speeds up search
botocore-stubs = ">=1.31.62" # no particular version required, but this speeds up search
boto3-stubs = "^1.34.135"
botocore-stubs = "^1.34.135"
coverage = ">=6.2"
codacy-coverage = ">=1.3.11"
# When we add coverage, this must be loaded manually in GA workflow for coverage because a dependency on 2to3
Expand Down

0 comments on commit 1696148

Please sign in to comment.