Skip to content

Commit

Permalink
Updated boto versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 26, 2023
1 parent ecea292 commit cdc4677
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 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 = "dcicutils"
version = "7.12.0.2b3" # TODO: To become 8.0.0
version = "7.12.0.2b4" # TODO: To become 8.0.0
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -36,8 +36,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
boto3 = "^1.28.51"
botocore = "^1.31.51"
boto3 = "^1.28.54"
botocore = "^1.31.54"
# The DCIC portals (cgap-portal and fourfront) are very particular about which ElasticSearch version.
# This value is intentionally pinned and must not be changed casually.
elasticsearch = "7.13.4"
Expand All @@ -61,8 +61,8 @@ tqdm = "^4.65.0"


[tool.poetry.dev-dependencies]
botocore-stubs = "^1.31.51"
boto3-stubs = "^1.28.51"
boto3-stubs = "^1.28.54"
botocore-stubs = "^1.31.54"
coverage = ">=7.2.3"
# Loaded manually in GA workflow for coverage because a dependency on 2to3
# in its docopts dependency makes a problem for laoding it here in poetry. -kmp 7-Apr-2023
Expand Down

0 comments on commit cdc4677

Please sign in to comment.