Skip to content

Commit

Permalink
Renovate: dependency pydicom to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0d2f3a9 commit 6d33d09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pixl_dcmd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"dicom-anonymizer==1.0.12",
"dicom-validator==0.6.3",
"logger==1.4",
"pydicom==2.4.4",
"pydicom==3.0.1",
"pydicom-data",
"python-decouple==3.8",
"requests==2.32.2",
Expand Down
2 changes: 1 addition & 1 deletion pixl_imaging/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"core==0.2.0rc0",
"aiohttp==3.10.11",
"alembic==1.13.2",
"pydicom==2.4.4",
"pydicom==3.0.1",
"uvicorn==0.30.4",
]

Expand Down
2 changes: 1 addition & 1 deletion pytest-pixl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = [
"Programming Language :: Python :: 3"
]
dependencies = [
"pydicom==2.4.4",
"pydicom==3.0.1",
"pyftpdlib==1.5.10",
"pyOpenSSL==24.2.1",
"python-decouple==3.8",
Expand Down

0 comments on commit 6d33d09

Please sign in to comment.