-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecea292
commit cdc4677
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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 | ||
|