Skip to content

Commit 4aa8c5a

Browse files
committed
Update requirements.txt to upgrade dependencies and remove outdated packages
1 parent 2108ec3 commit 4aa8c5a

File tree

1 file changed

+39
-74
lines changed

1 file changed

+39
-74
lines changed

requirements.txt

Lines changed: 39 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,109 +2,74 @@ ansible-compat==24.6.1
22
ansible-core==2.17.1
33
ansible-lint==24.6.1
44
ansible-runner==2.4.0
5-
astroid==3.3.8
6-
asttokens==3.0.0
7-
attrs==23.2.0
5+
attrs==25.1.0
86
azure-common==1.1.28
9-
azure-core==1.30.2
7+
azure-core==1.32.0
108
azure-identity==1.17.1
119
azure-kusto-data==4.5.1
1210
azure-kusto-ingest==4.5.1
13-
azure-mgmt-compute==31.0.0
14-
azure-mgmt-core==1.4.0
11+
azure-mgmt-core==1.5.0
1512
azure-mgmt-network==28.1.0
16-
azure-storage-blob==12.22.0
17-
azure-storage-queue==12.11.0
18-
backcall==0.2.0
19-
beautifulsoup4==4.13.3
20-
black==24.4.2
21-
bleach==6.2.0
22-
bracex==2.4
23-
certifi==2024.7.4
24-
cffi==1.16.0
25-
charset-normalizer==3.3.2
26-
click==8.1.7
27-
coverage==7.6.10
28-
cryptography==42.0.8
29-
decorator==5.1.1
30-
defusedxml==0.7.1
31-
docopt==0.6.2
13+
azure-storage-blob==12.24.1
14+
azure-storage-queue==12.12.0
15+
black==25.1.0
16+
bracex==2.5.post1
17+
certifi==2025.1.31
18+
cffi==1.17.1
19+
charset-normalizer==3.4.1
20+
click==8.1.8
21+
coverage==7.6.12
22+
cryptography==44.0.1
3223
exceptiongroup==1.2.2
33-
executing==2.2.0
34-
fastjsonschema==2.21.1
35-
filelock==3.15.4
36-
idna==3.7
24+
filelock==3.17.0
25+
idna==3.10
3726
ijson==3.3.0
38-
importlib_metadata==8.0.0
27+
importlib_metadata==8.6.1
3928
iniconfig==2.0.0
40-
ipython==8.12.3
41-
isodate==0.6.1
42-
jedi==0.19.2
43-
Jinja2==3.1.4
44-
jsonschema==4.22.0
45-
jsonschema-specifications==2023.12.1
46-
jupyter_client==8.6.3
47-
jupyter_core==5.7.2
48-
jupyterlab_pygments==0.3.0
29+
isodate==0.7.2
30+
Jinja2==3.1.5
31+
jsonschema==4.23.0
32+
jsonschema-specifications==2024.10.1
4933
lockfile==0.12.2
5034
markdown-it-py==3.0.0
51-
MarkupSafe==2.1.5
52-
matplotlib-inline==0.1.7
35+
MarkupSafe==3.0.2
5336
mdurl==0.1.2
54-
mistune==3.1.1
55-
msal==1.30.0
37+
msal==1.31.1
5638
msal-extensions==1.2.0
5739
mypy-extensions==1.0.0
58-
nbclient==0.10.2
59-
nbconvert==7.16.6
60-
nbformat==5.10.4
61-
numpy==2.2.1
62-
packaging==24.1
40+
numpy==2.2.2
41+
packaging==24.2
6342
pandas==2.2.3
64-
pandocfilters==1.5.1
65-
parso==0.8.4
6643
pathspec==0.12.1
6744
pexpect==4.9.0
68-
pickleshare==0.7.5
69-
platformdirs==4.2.2
45+
platformdirs==4.3.6
7046
pluggy==1.5.0
7147
portalocker==2.10.1
72-
prompt_toolkit==3.0.50
7348
ptyprocess==0.7.0
74-
pure_eval==0.2.3
7549
pycparser==2.22
76-
Pygments==2.18.0
77-
PyJWT==2.8.0
50+
Pygments==2.19.1
51+
PyJWT==2.10.1
7852
pytest==8.3.4
7953
pytest-cov==6.0.0
8054
pytest-mock==3.14.0
8155
python-daemon==3.1.2
8256
python-dateutil==2.9.0.post0
83-
pytz==2024.2
84-
PyYAML==6.0.1
85-
pyzmq==26.2.1
86-
referencing==0.35.1
57+
pytz==2025.1
58+
PyYAML==6.0.2
59+
referencing==0.36.2
8760
requests==2.32.3
8861
resolvelib==1.0.1
89-
rich==13.7.1
90-
rpds-py==0.18.1
91-
semver==3.0.4
92-
six==1.16.0
93-
soupsieve==2.6
94-
stack-data==0.6.3
62+
rich==13.9.4
63+
rpds-py==0.22.3
64+
ruamel.yaml==0.18.10
65+
ruamel.yaml.clib==0.2.12
66+
six==1.17.0
9567
subprocess-tee==0.4.2
9668
tenacity==9.0.0
97-
tinycss2==1.4.0
98-
toml==0.10.2
99-
tomli==2.0.1
100-
tornado==6.4.2
101-
traitlets==5.14.3
69+
tomli==2.2.1
10270
typing_extensions==4.12.2
103-
tzdata==2024.2
71+
tzdata==2025.1
10472
urllib3==2.2.2
105-
wcmatch==8.5.2
106-
wcwidth==0.2.13
107-
webencodings==0.5.1
73+
wcmatch==10.0
10874
yamllint==1.35.1
109-
yarg==0.1.9
110-
zipp==3.19.2
75+
zipp==3.21.0

0 commit comments

Comments
 (0)