Skip to content

Commit

Permalink
Merge branch 'main' into renovate/python-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek authored Aug 1, 2024
2 parents 26f5836 + ce07952 commit 95362f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hasher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"fastapi==0.111.1",
"hypothesis==6.108.5",
"requests==2.32.2",
"uvicorn==0.30.3",
"uvicorn==0.30.4",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pixl_export/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10"
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"core",
"uvicorn==0.30.3",
"uvicorn==0.30.4",
"python-decouple==3.8",
"psycopg2-binary==2.9.9",
"azure-identity==1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion pixl_imaging/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"alembic==1.13.2",
"pydicom==2.4.4",
"python-decouple==3.8",
"uvicorn==0.30.3",
"uvicorn==0.30.4",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 95362f9

Please sign in to comment.