Skip to content

Commit

Permalink
⬆️(project) upgrade pydantic-extra-types to v2.7.0
Browse files Browse the repository at this point in the history
| datasource | package              | from  | to    |
| ---------- | -------------------- | ----- | ----- |
| pypi       | pydantic-extra-types | 2.6.0 | 2.7.0 |
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 5b53cad commit 6a303d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ email-validator = "==2.1.1"
fastapi = "==0.110.2"
httpx = "==0.27.0"
psycopg2-binary = "==2.9.9"
pydantic-extra-types = {extras = ["all"], version = "==2.6.0"}
pydantic-extra-types = {extras = ["all"], version = "==2.7.0"}
pydantic-settings = "==2.2.1"
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
setuptools = "==69.5.1"
Expand Down
8 changes: 4 additions & 4 deletions src/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a303d0

Please sign in to comment.