Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 5c7c1de commit 65ad5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cryptography==41.0.3
# via
# pyjwt
# trustme
cython==3.0.4
cython==3.0.5
# via -r requirements/cython.in
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -174,9 +174,7 @@ requests==2.31.0
setuptools-git==1.2
# via -r requirements/test.in
six==1.16.0
# via
# python-dateutil
# sphinx
# via python-dateutil
slotscheck==0.17.0
# via -r requirements/lint.in
snowballstemmer==2.2.0
Expand Down Expand Up @@ -267,4 +265,3 @@ setuptools==68.0.0
# blockdiag
# nodeenv
# pip-tools
# sphinx
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.0.4
cython==3.0.5
# via -r requirements/cython.in
multidict==6.0.4
# via -r requirements/multidict.in
Expand Down

0 comments on commit 65ad5bd

Please sign in to comment.