Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ aiocsv==1.3.2
# via -r requirements.in
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.11
aiohttp==3.13.3
# via -r requirements.in
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -51,10 +51,8 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
click==8.2.1
click==8.1.8
# via -r requirements.in
colorama==0.4.6
# via click
cryptography==45.0.3
# via
# -r requirements.in
Expand Down Expand Up @@ -92,7 +90,7 @@ multidict==6.4.4
# via
# aiohttp
# yarl
numpy==2.2.6
numpy==2.0.2
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
Expand Down Expand Up @@ -147,6 +145,7 @@ six==1.17.0
typing-extensions==4.14.0
# via
# aiocsv
# aiosignal
# azure-core
# azure-identity
# azure-purview-datamap
Expand Down
Loading