Skip to content

Commit 5a276f2

Browse files
🚀 Lock file maintenance Python dependencies
1 parent 96e2672 commit 5a276f2

File tree

2 files changed

+416
-372
lines changed

2 files changed

+416
-372
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ authors = [{ name = "MVladislav" }]
1616

1717
dependencies = [
1818
"bs4==0.0.2", # https://pypi.org/project/bs4
19-
"click==8.1.8", # https://pypi.org/project/click
19+
"click==8.2.0", # https://pypi.org/project/click
2020
"coloredlogs==15.0.1", # https://pypi.org/project/coloredlogs
21-
"holidays==0.69", # https://pypi.org/project/holidays
21+
"holidays==0.73", # https://pypi.org/project/holidays
2222
"httpx==0.28.1", # https://pypi.org/project/httpx
23-
"starlette==0.46.1", # https://pypi.org/project/starlette
23+
"starlette==0.46.2", # https://pypi.org/project/starlette
2424
"string-color==1.2.3", # https://pypi.org/project/string-color
2525
"verboselogs==1.7", # https://pypi.org/project/verboselogs
2626
]

0 commit comments

Comments
 (0)