Skip to content

Commit

Permalink
poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 29, 2024
1 parent f553b3d commit e967777
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "cgap-portal".
name = "encoded"
version = "15.3.1.1b3" # TODO: To become 15.4.0
version = "15.3.1.1b6" # TODO: To become 15.4.0
description = "Computational Genome Analysis Platform"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -41,8 +41,8 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
awscli = ">=1.33.17"
boto3 = "^1.34.135"
botocore = "^1.34.135"
boto3 = "^1.34.136"
botocore = "^1.34.136"
certifi = ">=2021.5.30"
chardet = "^5.2.0"
codeguru-profiler-agent = "^1.2.4"
Expand All @@ -52,9 +52,9 @@ codeguru-profiler-agent = "^1.2.4"
cryptography = "39.0.2"
colorama = "0.3.3"
# dcicpyvcf = "^3.0.0"
dcicpyvcf = "^3.0.0.1b6"
dcicpyvcf = "^3.0.0.1b7"
#dcicsnovault = "^11.14.2"
dcicsnovault = "11.16.0.1b3"
dcicsnovault = "11.16.0.1b6"
#dcicutils = "^8.8.5"
dcicutils = "8.12.0.1b6"
elasticsearch = "7.13.4"
Expand Down Expand Up @@ -137,8 +137,8 @@ WSGIProxy2 = "0.4.2"

[tool.poetry.dev-dependencies]
# PyCharm says boto3-stubs contains useful type hints
boto3-stubs = "^1.34.135"
botocore-stubs = "^1.34.135"
boto3-stubs = "^1.34.136"
botocore-stubs = "^1.34.136"
coverage = ">=6.2"
codacy-coverage = ">=1.3.11"
coveralls = ">=3.3.1"
Expand Down

0 comments on commit e967777

Please sign in to comment.