Skip to content

Commit

Permalink
Update versions for dcicutils, pytest, pytest-cov, pytest-redis for P…
Browse files Browse the repository at this point in the history
…ython 3.11
  • Loading branch information
dmichaels-harvard committed Sep 21, 2023
1 parent 9fa2678 commit 8bf29a7
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 90 deletions.
155 changes: 70 additions & 85 deletions poetry.lock

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

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight-core"
version = "4.5.0.1b1" # TODO: To become 5.0.0
version = "4.5.0.1b2" # TODO: To become 5.0.0
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ python = ">=3.8,<3.12"
click = "^7.1.2"
cron-descriptor = "^1.2.31"
cryptography = "39.0.2" # Required for AWS Cognito JWT decode (PyJWKClient)
dcicutils = "7.12.0.1b1"
dcicutils = "7.12.0.1b5"
elasticsearch = "7.13.4"
elasticsearch-dsl = "^7.0.0"
geocoder = "1.38.1"
Expand All @@ -40,9 +40,10 @@ tzlocal = "^5.0.1"
chalice = "^1.21.4"
flake8 = ">=3.9.2"
flaky = "3.6.1"
pytest = "5.1.2"
pytest-cov = "2.7.1"
pytest-redis = "^2.0.0"
# Need pytest-redis 3.0.2 or higher for pytest 7.4.2 (or higher).
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
pytest-redis = "^3.0.2"

[tool.poetry.scripts]
publish-to-pypi = "dcicutils.scripts.publish_to_pypi:main"
Expand Down

0 comments on commit 8bf29a7

Please sign in to comment.