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 c995f9d commit 501f958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 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.1b4" # TODO: To become 8.13.0
version = "8.12.0.1b5" # 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 @@ -56,7 +56,8 @@ openpyxl = "^3.1.2"
opensearch-py = "^2.0.1"
pyOpenSSL = "^23.1.1"
PyJWT = "^2.6.0"
pyramid = "^2.0.2"
#pyramid = "^2.0.2"
pyramid = "1.10.4"
pytz = ">=2020.4"
redis = "^4.5.1"
pyperclip = "^1.8.2"
Expand Down

0 comments on commit 501f958

Please sign in to comment.