Skip to content

Commit

Permalink
python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 27, 2024
1 parent b4a76b0 commit c995f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.12.0.1b3" # TODO: To become 8.13.0
version = "8.12.0.1b4" # TODO: To become 8.13.0
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -43,8 +43,8 @@ boto3 = "^1.34.93"
botocore = "^1.34.93"
# 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"
elasticsearch = "^7.17.9"
elasticsearch = "7.13.4"
#python-3.12 elasticsearch = "^7.17.9"
appdirs = "^1.4.4"
aws-requests-auth = ">=0.4.2,<1"
chardet = "^5.2.0"
Expand Down

0 comments on commit c995f9d

Please sign in to comment.