Skip to content

Commit

Permalink
Update 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 004b1dd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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 @@ -20,7 +20,9 @@ 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 004b1dd

Please sign in to comment.