@@ -153,78 +153,56 @@ pywinpty==3.0.2; os_name == "nt" and python_version >= '3.13'
153153
154154alabaster==0.7.9
155155anyio==4.4.0
156- appdirs==1.4.3
157156appnope==0.1.2
158157argon2-cffi==21.2.0
159- args==0.1.0
160- atomicwrites==1.4.0
161- backports-abc==0.5
162158backports.shutil-get-terminal-size==1.0.0
163159backports.ssl-match-hostname==3.5.0.1
164- bleach==3.3.0
160+ bleach==3.3.0 # used by nbconvert (Jupyter notebook)
165161cachetools==5.3.2
166162Click==8.0.2
167- clint==0.5.1
168- configparser==4.0.2
163+ commonmark==0.9.1
169164cryptography==46.0.7 # used by Authlib, which is used by safety
170- dataclasses==0.8
171165decorator==4.0.11
172166defusedxml==0.7.1
173167distlib==0.3.7
174168filelock==3.16.1; python_version == '3.9'
175169filelock==3.20.3; python_version >= '3.10'
176170gitdb==4.0.8
177- gitdb2==2.0.0
178- html5lib==1.1
179171httpx==0.28.1
180172imagesize==1.3.0
181- importlib-resources==6.4.0
173+ importlib-resources==5.12.0; python_version <= '3.11' # Python 3.12 has importlib-resources 5.12
174+ # importlib-resources==6.4.0
182175jedi==0.17.2
183176Jinja2==3.1.6
184- keyring==18.0.0
185- levenshtein==0.25.1
186- lxml==6.1.0
187177MarkupSafe==2.0.0
188178mistune==3.2.1
189179nest-asyncio==1.5.4
190180# nltk 3.9.3 fixes CVE-2025-14009
191181# Need to comment out nltk==3.9.2 due to issue https://github.com/pyupio/safety/issues/847
192182# nltk==3.9.2; python_version == '3.9'
193183nltk==3.9.4; python_version >= '3.10'
194- # nose is used by older versions of notebook, e.g. 4.3.1
195- nose==1.3.7
196184pandocfilters==1.4.1
197- pathlib2==2.3.3
198185pexpect==4.3.1
199186pickleshare==0.7.4
200- pkginfo==1.4.2
201187pyproject-api==1.6.1 # used by tox since its 4.0.0
202188pyrsistent==0.20.0 # used by jsonschema>3.0,<4.18
203189python-dateutil==2.8.2
204190python-discovery==1.1.1
205191prometheus-client==0.13.1
206192ptyprocess==0.5.1
207- pyparsing==3.0.7
208193pywin32-ctypes==0.2.0; sys_platform=="win32" # used by keyring
209- rfc3986==1.4.0
210194rich==12.0.0
211- scandir==1.9.0
212195Send2Trash==1.8.2
213- simplegeneric==0.8.1
214- smmap2==2.0.1
215196sniffio==1.3.0
216197stevedore==5.2.0
217198tenacity==8.5.0
218199terminado==0.8.3
219- testpath==0.3
220- toml==0.10.0
221- tomli==2.0.1 # used by towncrier
200+ tomli==2.0.1; python_version <= '3.10' # used by a number of packages; built-in to Python>=3.11
222201tomli-w==1.2.0 # used by tox>=4.48.0
223202tornado==6.5.6
224203tqdm==4.66.3
225204traitlets==5.6.0
226- typing==3.6.1
227205typing-extensions==4.14.1
228- webencodings==0.5.1
206+ webencodings==0.5.1 # used by bleach
229207widgetsnbextension==4.0.14
230208zipp==3.20.0
0 commit comments