Compare commits

...

2 Commits

Author SHA1 Message Date
4c8b74bd8f
Merge pull request #1 from simon987/dependabot/pip/pydantic-1.10.13
Bump pydantic from 1.10.11 to 1.10.13
2024-04-25 08:45:06 -04:00
dependabot[bot]
d82e1bccee
Bump pydantic from 1.10.11 to 1.10.13
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 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.10.11...v1.10.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 05:06:23 +00:00

View File

@ -15,6 +15,6 @@ setup(
"influxdb", "siphash", "python-dateutil", "redis", "orjson", "zstandard",
"u-msgpack-python", "psycopg2-binary", "bs4", "lxml", "nltk", "numpy",
"matplotlib", "fake-useragent @ git+https://github.com/Jordan9675/fake-useragent",
"requests", "pydantic==1.10.11"
"requests", "pydantic==1.10.13"
]
)