Skip to content

Commit

Permalink
Build(deps): Bump cython from 0.29.21 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [cython](https://github.com/cython/cython) from 0.29.21 to 3.0.2.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.21...3.0.2)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent 5982307 commit f77f881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bump2version
Click>=7.0
cocotb==1.8.0
coverage
cython==0.29.21
cython==3.0.2
femwell==0.1.8
flake8
gdsfactory==7.3.0 # Pinned for pydantic <v2 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
requirements = [
# "amaranth", # Until they sort out their packaging issue, this dependency has to be installed separately. .
"amaranth-yosys==0.25.0.0.post75",
"cython==0.29.21",
"cython==3.0.2",
"jupytext==1.15.0",
"Click>=7.0",
"cocotb==1.8.0",
Expand Down

0 comments on commit f77f881

Please sign in to comment.