Skip to content

Commit

Permalink
chore: update cadquery to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Jun 29, 2023
1 parent 1ea9b98 commit 74b0698
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.2.0 ; python_version >= "3.9" and python_version < "3.11"
cadquery==2.3.1 ; 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
16 changes: 8 additions & 8 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.2.0"
cadquery = "^2.3.1"
casadi = {version = "^3.5.6rc2", allow-prereleases = true}

black = "^23.3.0"
Expand Down

0 comments on commit 74b0698

Please sign in to comment.