mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
53cf3cb645
Bumps [cython](https://github.com/cython/cython) from 0.29.21 to 0.29.22. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/0.29.21...0.29.22) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
# requirements for compilation and from setup.py so dependabot prompts us to test with latest version of these packages
|
|
|
|
Cython==0.29.22;sys_platform!='win32'
|
|
devtools==0.6.1
|
|
email-validator==1.1.2
|
|
dataclasses==0.6; python_version < '3.7'
|
|
typing-extensions==3.7.4.3
|
|
python-dotenv==0.15.0
|