flask/requirements/typing.txt
dependabot[bot] b837315697
Bump cryptography from 35.0.0 to 36.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.0.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/35.0.0...36.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 08:04:15 +00:00

26 lines
589 B
Text

#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements/typing.in
#
cffi==1.15.0
# via cryptography
cryptography==36.0.0
# via -r requirements/typing.in
mypy==0.910
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
pycparser==2.20
# via cffi
toml==0.10.2
# via mypy
types-contextvars==2.4.0
# via -r requirements/typing.in
types-dataclasses==0.6.1
# via -r requirements/typing.in
types-setuptools==57.4.2
# via -r requirements/typing.in
typing-extensions==3.10.0.2
# via mypy