Skip to content

Commit 4d9a5fe

Browse files
Bump cython from 0.29.27 to 0.29.32 (#6860)
* Bump cython from 0.29.27 to 0.29.32 Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.32. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@0.29.27...0.29.32) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * 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>
1 parent bbff453 commit 4d9a5fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/constraints.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cryptography==36.0.1 ; platform_machine != "i686"
6060
# -r requirements/test.txt
6161
# pyjwt
6262
# trustme
63-
cython==0.29.27
63+
cython==0.29.32
6464
# via -r requirements/cython.txt
6565
distlib==0.3.3
6666
# via virtualenv
@@ -245,6 +245,8 @@ uritemplate==4.1.1
245245
# via gidgethub
246246
urllib3==1.26.7
247247
# via requests
248+
uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9"
249+
# via -r requirements/base.txt
248250
virtualenv==20.10.0
249251
# via pre-commit
250252
wait-for-it==2.2.1

requirements/cython.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r multidict.txt
22
-r typing-extensions.txt # required for parsing aiohttp/hdrs.py by tools/gen.py
3-
cython==0.29.27
3+
cython==0.29.32

0 commit comments

Comments
 (0)