Skip to content

Commit

Permalink
Merge pull request #111 from uc-cdis/update-branches
Browse files Browse the repository at this point in the history
Update gen3 dependencies
  • Loading branch information
george42-ctds authored Oct 3, 2024
2 parents 8c4d893 + 2209f16 commit 08ccbb6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 49 deletions.
63 changes: 17 additions & 46 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 = "data-simulator"
version = "1.6.4"
version = "1.6.5"
description = "Gen3 Data Simulator"
authors = ["CTDS UChicago <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -16,12 +16,12 @@ data-simulator = 'datasimulator.main:main'
[tool.poetry.dependencies]
python = ">=3.9,<4"
cdislogging = "*"
gen3datamodel = {git = "https://github.com/uc-cdis/gen3datamodel", rev = "3.2.1"}
gen3datamodel = ">=3.2.1"
gen3dictionary = "*"
pyyaml = "<7"
rstr = ">=3,<4"
requests = "*"
dictionaryutils = {git = "https://github.com/uc-cdis/dictionaryutils", rev = "3.4.11"}
dictionaryutils = ">=3.4.11"
psqlgraph = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 08ccbb6

Please sign in to comment.