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 23, 2024
1 parent 66e5d25 commit d2d4adc
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 @@ -11,7 +11,7 @@ fastapi = "==0.110.2"
geoalchemy2 = {extras = ["shapely"], version = "==0.15.0"}
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 d2d4adc

Please sign in to comment.