Skip to content

Commit

Permalink
Bump cython from 0.29.24 to 0.29.25 (#6395)
Browse files Browse the repository at this point in the history
* Bump cython from 0.29.24 to 0.29.25

Bumps [cython](https://github.com/cython/cython) from 0.29.24 to 0.29.25.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.24...0.29.25)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Recompile requirements/constraints.txt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Dec 8, 2021
1 parent 89bc657 commit dcb44a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Expand Up @@ -55,7 +55,7 @@ cryptography==36.0.0 ; platform_machine != "i686"
# -r requirements/test.txt
# pyjwt
# trustme
cython==0.29.24
cython==0.29.25
# via -r requirements/cython.txt
distlib==0.3.3
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
@@ -1,3 +1,3 @@
-r multidict.txt
-r typing-extensions.txt # required for parsing aiohttp/hdrs.py by tools/gen.py
cython==0.29.24
cython==0.29.25

0 comments on commit dcb44a9

Please sign in to comment.