Skip to content

Commit

Permalink
Merge pull request #480 from biolink/jsonlines-update
Browse files Browse the repository at this point in the history
Updating `jsonlines` dependecy version.
  • Loading branch information
caufieldjh authored Mar 26, 2024
2 parents 47efd9f + 1c4b66f commit 8e59816
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

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

44 changes: 22 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
linkml = "^1.5.0"
linkml-runtime = "^1.5.0"
Click = "*"
SPARQLWrapper = ">=1.8.2"
Sphinx = "*"
python-dateutil = "^2.8.1"
prefixcommons = "^0.1.4"
bmt = "^1.1.0"
cachetools = "^5.0.0"
deprecation = "^2.1.0"
docker = "^6.0.0"
docutils = "^0.18.1"
ijson = "^3.1.3"
inflection = "^0.5.1"
jsonlines = "^4.0.0"
jsonstreams = "^0.6.0"
linkml = "^1.5.0"
linkml-runtime = "^1.5.0"
mypy = "*"
neo4j = "^4.4.10"
networkx = "*"
SPARQLWrapper = ">=1.8.2"
ordered-set = "^4.0.2"
pandas = ">1.0.3"
prefixcommons = "^0.1.4"
prologterms = "^0.0.6"
pytest = "*"
mypy = "*"
rdflib = ">=6.0.0"
Click = "*"
neo4j = "^4.4.10"
python-dateutil = "^2.8.1"
pyyaml = "*"
prologterms = "^0.0.6"
rdflib = ">=6.0.0"
recommonmark = "*"
shexjsg = "*"
terminaltables = "^3.1.0"
stringcase = "^1.2.0"
validators = "^0.20.0"
cachetools = "^5.0.0"
ordered-set = "^4.0.2"
docker = "^6.0.0"
jsonlines = "^3.1.0"
jsonstreams = "^0.6.0"
ijson = "^3.1.3"
deprecation = "^2.1.0"
recommonmark = "*"
terminaltables = "^3.1.0"
tox = "^4.13.0"
bmt = "^1.1.0"
inflection = "^0.5.1"
validators = "^0.20.0"

[tool.poetry.dev-dependencies]
sphinx-rtd-theme = "*"
Expand Down

0 comments on commit 8e59816

Please sign in to comment.