federation/Pipfile
dependabot[bot] af333600d4
build(deps): bump pydantic from 1.8.2 to 1.10.13 (#25)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.8.2 to 1.10.13.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 23:04:33 +02:00

15 lines
222 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==24.3.0"
[packages]
ariadne = "==0.13.0"
uvicorn = "==0.13.4"
pydantic = "==1.10.13"
[requires]
python_version = "3.8"