Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Jan 20, 2025
1 parent 8ee6bbc commit 375de96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cli = [
testing = [
"cryptography >=43.0.0,<45",
# Pytest runs, end in Segmentation Fault for dlite-python versions >0.5.23
"dlite-python <=0.5.23; python_version < '3.13'", # DLite is not yet compatible with Python 3.13
"dlite-python <=0.5.27; python_version < '3.13'", # DLite is not yet compatible with Python 3.13
"mongomock ~=4.3",
"pytest ~=8.3",
"pytest-asyncio ~=0.25.2",
Expand Down

0 comments on commit 375de96

Please sign in to comment.