Files
pydantic/requirements.txt
T
dependabot[bot] bf4b63e6c3 build(deps): bump cython from 0.29.28 to 0.29.30 (#4129)
Bumps [cython](https://github.com/cython/cython) from 0.29.28 to 0.29.30.
- [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.28...0.29.30)

---
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>
2022-07-04 23:11:25 +02:00

9 lines
286 B
Plaintext

# requirements for compilation and from setup.py so dependabot prompts us to test with latest version of these packages
Cython==0.29.30;sys_platform!='win32'
devtools==0.8.0
email-validator==1.2.1
dataclasses==0.6; python_version < '3.7'
typing-extensions==4.3.0
python-dotenv==0.20.0