Skip to content

Commit 552e4d8

Browse files
🚀 Lock file maintenance Python dependencies
1 parent 96e2672 commit 552e4d8

File tree

2 files changed

+501
-391
lines changed

2 files changed

+501
-391
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ 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.1", # 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.78", # https://pypi.org/project/holidays
2222
"httpx==0.28.1", # https://pypi.org/project/httpx
2323
"starlette==0.46.1", # https://pypi.org/project/starlette
24-
"string-color==1.2.3", # https://pypi.org/project/string-color
24+
"string-color==1.3.0", # https://pypi.org/project/string-color
2525
"verboselogs==1.7", # https://pypi.org/project/verboselogs
2626
]
2727

0 commit comments

Comments
 (0)