Skip to content

Commit

Permalink
chore: upgrade cadquery ^2.3.1 -> ^2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Feb 17, 2024
1 parent b42fe36 commit 5a08d30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ babel==2.12.1 ; python_version >= "3.9" and python_version < "3.11"
backcall==0.2.0 ; python_version >= "3.9" and python_version < "3.11"
black==23.3.0 ; python_version >= "3.9" and python_version < "3.11"
cadquery-ocp==7.7.0 ; python_version >= "3.9" and python_version < "3.11"
cadquery==2.3.1 ; python_version >= "3.9" and python_version < "3.11"
cadquery==2.4.0 ; python_version >= "3.9" and python_version < "3.11"
casadi==3.6.3 ; python_version >= "3.9" and python_version < "3.11"
certifi==2023.5.7 ; python_version >= "3.9" and python_version < "3.11"
charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "3.11"
Expand Down
26 changes: 20 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ipython = ">=7.31.1"
jinja2 = ">=3.0"

[tool.poetry.group.dev.dependencies]
cadquery = "^2.3.1"
cadquery = "^2.4.0"
casadi = {version = "^3.5.6rc2", allow-prereleases = true}

black = "^23.3.0"
Expand Down

0 comments on commit 5a08d30

Please sign in to comment.