Skip to content

Commit

Permalink
Renovate: dependency requests to v2.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent b4d5888 commit 844581e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hasher/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"azure-keyvault==4.2.0",
"fastapi==0.112.0",
"hypothesis==6.109.0",
"requests==2.32.2",
"requests==2.32.3",
"uvicorn==0.30.4",
]

Expand Down
2 changes: 1 addition & 1 deletion pixl_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"python-decouple==3.8",
"python-slugify==8.0.4",
"PyYAML==6.0.1",
"requests==2.32.2",
"requests==2.32.3",
"sqlalchemy==2.0.32",
"token-bucket==0.3.0",
"xnat==0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion pixl_dcmd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"pydicom==2.4.4",
"pydicom-data",
"python-decouple==3.8",
"requests==2.32.2",
"requests==2.32.3",
"types-requests~=2.28",
]

Expand Down
2 changes: 1 addition & 1 deletion pytest-pixl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"pyOpenSSL==24.2.1",
"python-decouple==3.8",
"pytest-loguru==0.4.0",
"requests==2.32.2",
"requests==2.32.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 844581e

Please sign in to comment.