Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 4, 2024
1 parent b4c5cd1 commit 5bfea39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages = [{ include = "pyDataverse" }]
python = "^3.8.1"
httpx = "^0.27.0"
jsonschema = "^4.21.1"
pydantic = "^2.10.0"

[tool.poetry.group.dev]
optional = true
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Requirements
httpx==0.27.0
jsonschema==4.21.1
jsonschema~=4.22.0

pytest~=8.1.1
pydataverse~=0.3.3
pydantic~=2.7.4

0 comments on commit 5bfea39

Please sign in to comment.