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 909e884 commit b4a76b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Change Log
- Had to update flake8 (from 5.0.4) to 7.1.0.
- Had to update lower bound of Python version (from 3.8.0) to 3.8.1.
- Had to update pyramid (from 1.10.4) to 2.0.2 (imp import not found).
- Had to update elasticsearch (from 7.13.4) to 7.17.9 (for snovault).


8.12.0
Expand Down
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.

5 changes: 3 additions & 2 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.1b2" # TODO: To become 8.13.0
version = "8.12.0.1b3" # 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,7 +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.13.4"
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 b4a76b0

Please sign in to comment.