Skip to content

Commit

Permalink
Update pydantic/pydantic-core in requirements/pyproject.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Sep 15, 2024
1 parent b8a0629 commit 451af53
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=all --no-emit-index-url --output-file=requirements/pyproject.txt pyproject.toml
Expand All @@ -12,15 +12,17 @@ phonenumbers==8.13.31
# via pydantic-extra-types (pyproject.toml)
pycountry==23.12.11
# via pydantic-extra-types (pyproject.toml)
pydantic==2.6.3
pydantic==2.9.1
# via pydantic-extra-types (pyproject.toml)
pydantic-core==2.16.3
pydantic-core==2.23.3
# via pydantic
python-dateutil==2.8.2
# via
# pendulum
# time-machine
python-ulid==1.1.0
python-ulid==1.1.0 ; python_version >= "3.9"
# via pydantic-extra-types (pyproject.toml)
pytz==2024.2
# via pydantic-extra-types (pyproject.toml)
semver==3.0.2
# via pydantic-extra-types (pyproject.toml)
Expand All @@ -32,5 +34,8 @@ typing-extensions==4.10.0
# via
# pydantic
# pydantic-core
# pydantic-extra-types (pyproject.toml)
tzdata==2024.1
# via pendulum
# via
# pendulum
# pydantic-extra-types (pyproject.toml)

0 comments on commit 451af53

Please sign in to comment.