howso-visuals 2.4.0__tar.gz → 2.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/LICENSE-3RD-PARTY.txt +133 -76
  2. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/PKG-INFO +1 -1
  3. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/graph.py +2 -3
  4. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/visuals.py +84 -24
  5. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso_visuals.egg-info/PKG-INFO +1 -1
  6. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.10-dev.txt +20 -20
  7. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.10.txt +15 -15
  8. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.11-dev.txt +19 -19
  9. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.11.txt +14 -14
  10. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.12-dev.txt +19 -19
  11. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.12.txt +14 -14
  12. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.13-dev.txt +19 -19
  13. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.13.txt +14 -14
  14. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.flake8 +0 -0
  15. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/CODEOWNERS +0 -0
  16. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/templates/version_summary.md +0 -0
  17. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/workflows/build-pr.yml +0 -0
  18. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/workflows/build-release.yml +0 -0
  19. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/workflows/build.yml +0 -0
  20. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.github/workflows/rebuild-requirements.yml +0 -0
  21. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/.gitignore +0 -0
  22. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/CONTRIBUTING.md +0 -0
  23. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/LICENSE.txt +0 -0
  24. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/README.md +0 -0
  25. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/bin/build.sh +0 -0
  26. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/latest-mt-debug-howso.yml +0 -0
  27. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/latest-mt-howso.yml +0 -0
  28. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/latest-mt-noavx-debug-howso.yml +0 -0
  29. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/latest-st-debug-howso.yml +0 -0
  30. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/latest-st-howso.yml +0 -0
  31. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/powershell/Download-Tzdata.ps1 +0 -0
  32. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/config/powershell/Helper-Functions.ps1 +0 -0
  33. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/__init__.py +0 -0
  34. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/colors.py +0 -0
  35. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/data/iris.csv +0 -0
  36. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/tests/conftest.py +0 -0
  37. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/tests/test_graph.py +0 -0
  38. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso/visuals/tests/test_plot.py +0 -0
  39. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso_visuals.egg-info/SOURCES.txt +0 -0
  40. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso_visuals.egg-info/dependency_links.txt +0 -0
  41. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso_visuals.egg-info/requires.txt +0 -0
  42. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/howso_visuals.egg-info/top_level.txt +0 -0
  43. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/pyproject.toml +0 -0
  44. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.9-dev.txt +0 -0
  45. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/requirements-3.9.txt +0 -0
  46. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/ruff.toml +0 -0
  47. {howso_visuals-2.4.0 → howso_visuals-2.5.0}/setup.cfg +0 -0
@@ -1,10 +1,10 @@
1
1
  Faker
2
- 37.8.0
2
+ 37.11.0
3
3
  MIT License
4
4
  joke2k
5
5
  https://github.com/joke2k/faker
6
6
  Faker is a Python package that generates fake data for you.
7
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/faker-37.8.0.dist-info/licenses/LICENSE.txt
7
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/faker-37.11.0.dist-info/licenses/LICENSE.txt
8
8
  Copyright (c) 2012 Daniele Faraglia
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -32,7 +32,7 @@ MIT License
32
32
  Jose Padilla <hello@jpadilla.com>
33
33
  https://github.com/jpadilla/pyjwt
34
34
  JSON Web Token implementation in Python
35
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/LICENSE
35
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/LICENSE
36
36
  The MIT License (MIT)
37
37
 
38
38
  Copyright (c) 2015-2022 José Padilla
@@ -62,7 +62,7 @@ MIT License
62
62
  Kirill Simonov
63
63
  https://pyyaml.org/
64
64
  YAML parser and emitter for Python
65
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE
65
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE
66
66
  Copyright (c) 2017-2021 Ingy döt Net
67
67
  Copyright (c) 2006-2016 Kirill Simonov
68
68
 
@@ -91,7 +91,7 @@ BSD License
91
91
  Georg Brandl <georg@python.org>
92
92
  https://pygments.org
93
93
  Pygments is a syntax highlighting package written in Python.
94
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pygments-2.19.2.dist-info/licenses/LICENSE
94
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pygments-2.19.2.dist-info/licenses/LICENSE
95
95
  Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
96
96
  All rights reserved.
97
97
 
@@ -125,7 +125,7 @@ UNKNOWN
125
125
  Filipe Laíns <lains@riseup.net>, Bernát Gábor <gaborjbernat@gmail.com>, layday <layday@protonmail.com>, Henry Schreiner <henryschreineriii@gmail.com>
126
126
  https://build.pypa.io
127
127
  A simple, correct Python build frontend
128
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/build-1.3.0.dist-info/licenses/LICENSE
128
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/build-1.3.0.dist-info/licenses/LICENSE
129
129
  Copyright © 2019 Filipe Laíns <filipe.lains@gmail.com>
130
130
 
131
131
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -149,12 +149,12 @@ DEALINGS IN THE SOFTWARE.
149
149
 
150
150
 
151
151
  certifi
152
- 2025.8.3
152
+ 2025.10.5
153
153
  Mozilla Public License 2.0 (MPL 2.0)
154
154
  Kenneth Reitz
155
155
  https://github.com/certifi/python-certifi
156
156
  Python package for providing Mozilla's CA Bundle.
157
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/licenses/LICENSE
157
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/certifi-2025.10.5.dist-info/licenses/LICENSE
158
158
  This package contains a modified version of ca-bundle.crt:
159
159
 
160
160
  ca-bundle.crt -- Bundle of CA Root Certificates
@@ -183,7 +183,7 @@ UNKNOWN
183
183
  Armin Rigo, Maciej Fijalkowski
184
184
  https://cffi.readthedocs.io/en/latest/whatsnew.html
185
185
  Foreign Function Interface for Python calling C code.
186
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/cffi-2.0.0.dist-info/licenses/LICENSE
186
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/cffi-2.0.0.dist-info/licenses/LICENSE
187
187
 
188
188
  Except when otherwise stated (look for LICENSE files in directories or
189
189
  information at the beginning of each file) all software and
@@ -210,12 +210,12 @@ documentation is licensed as follows:
210
210
 
211
211
 
212
212
  charset-normalizer
213
- 3.4.3
213
+ 3.4.4
214
214
  MIT
215
215
  "Ahmed R. TAHRI" <tahri.ahmed@proton.me>
216
216
  https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md
217
217
  The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
218
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/charset_normalizer-3.4.3.dist-info/licenses/LICENSE
218
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE
219
219
  MIT License
220
220
 
221
221
  Copyright (c) 2025 TAHRI Ahmed R.
@@ -240,7 +240,7 @@ SOFTWARE.
240
240
 
241
241
 
242
242
  choreographer
243
- 1.1.1
243
+ 1.1.2
244
244
  # MIT License
245
245
 
246
246
  Copyright (c) Plotly, Inc.
@@ -269,7 +269,7 @@ OTHER DEALINGS IN THE SOFTWARE.
269
269
  Andrew Pikul <ajpikul@gmail.com>, Neyberson Atencio <neyberatencio@gmail.com>
270
270
  https://github.com/plotly/choreographer
271
271
  Devtools Protocol implementation for chrome.
272
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/choreographer-1.1.1.dist-info/licenses/LICENSE.md
272
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/choreographer-1.1.2.dist-info/licenses/LICENSE.md
273
273
  # MIT License
274
274
 
275
275
  Copyright (c) Plotly, Inc.
@@ -302,7 +302,7 @@ UNKNOWN
302
302
  UNKNOWN
303
303
  https://github.com/pallets/click/
304
304
  Composable command line interface toolkit
305
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/click-8.3.0.dist-info/licenses/LICENSE.txt
305
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/click-8.3.0.dist-info/licenses/LICENSE.txt
306
306
  Copyright 2014 Pallets
307
307
 
308
308
  Redistribution and use in source and binary forms, with or without
@@ -339,7 +339,7 @@ BSD License
339
339
  Ian Thomas <ianthomas23@gmail.com>
340
340
  https://github.com/contourpy/contourpy
341
341
  Python library for calculating contours of 2D quadrilateral grids
342
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/contourpy-1.3.3.dist-info/LICENSE
342
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/contourpy-1.3.3.dist-info/LICENSE
343
343
  BSD 3-Clause License
344
344
 
345
345
  Copyright (c) 2021-2025, ContourPy Developers.
@@ -372,12 +372,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
372
372
 
373
373
 
374
374
  cryptography
375
- 46.0.2
375
+ 46.0.3
376
376
  UNKNOWN
377
377
  The Python Cryptographic Authority and individual contributors <cryptography-dev@python.org>
378
378
  https://github.com/pyca/cryptography
379
379
  cryptography is a package which provides cryptographic recipes and primitives to Python developers.
380
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/cryptography-46.0.2.dist-info/licenses/LICENSE
380
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/cryptography-46.0.3.dist-info/licenses/LICENSE
381
381
  This software is made available under the terms of *either* of the licenses
382
382
  found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
383
383
  under the terms of *both* these licenses.
@@ -389,7 +389,7 @@ BSD License
389
389
  Thomas A Caswell <matplotlib-users@python.org>
390
390
  https://matplotlib.org/cycler/
391
391
  Composable style cycles
392
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/cycler-0.12.1.dist-info/LICENSE
392
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/cycler-0.12.1.dist-info/LICENSE
393
393
  Copyright (c) 2015, matplotlib project
394
394
  All rights reserved.
395
395
 
@@ -424,7 +424,7 @@ Apache Software License
424
424
  Brian Curtin
425
425
  http://deprecation.readthedocs.io/
426
426
  A library to handle automated deprecations
427
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/deprecation-2.1.0.dist-info/LICENSE
427
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/deprecation-2.1.0.dist-info/LICENSE
428
428
  Apache License
429
429
  Version 2.0, January 2004
430
430
  http://www.apache.org/licenses/
@@ -634,7 +634,7 @@ MIT
634
634
  Just van Rossum
635
635
  http://github.com/fonttools/fonttools
636
636
  Tools to manipulate font files
637
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/fonttools-4.60.1.dist-info/licenses/LICENSE
637
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/fonttools-4.60.1.dist-info/licenses/LICENSE
638
638
  MIT License
639
639
 
640
640
  Copyright (c) 2017 Just van Rossum
@@ -659,12 +659,12 @@ SOFTWARE.
659
659
 
660
660
 
661
661
  humanize
662
- 4.13.0
662
+ 4.14.0
663
663
  UNKNOWN
664
664
  Jason Moiron <jmoiron@jmoiron.net>
665
665
  https://github.com/python-humanize/humanize
666
666
  Python humanize utilities
667
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/humanize-4.13.0.dist-info/licenses/LICENCE
667
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/humanize-4.14.0.dist-info/licenses/LICENCE
668
668
  Copyright (c) 2010-2020 Jason Moiron and Contributors
669
669
 
670
670
  Permission is hereby granted, free of charge, to any person obtaining
@@ -688,15 +688,15 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
688
688
 
689
689
 
690
690
  idna
691
- 3.10
692
- BSD License
691
+ 3.11
692
+ UNKNOWN
693
693
  Kim Davies <kim+pypi@gumleaf.org>
694
694
  https://github.com/kjd/idna
695
695
  Internationalized Domain Names in Applications (IDNA)
696
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/idna-3.10.dist-info/LICENSE.md
696
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/idna-3.11.dist-info/licenses/LICENSE.md
697
697
  BSD 3-Clause License
698
698
 
699
- Copyright (c) 2013-2024, Kim Davies and contributors.
699
+ Copyright (c) 2013-2025, Kim Davies and contributors.
700
700
  All rights reserved.
701
701
 
702
702
  Redistribution and use in source and binary forms, with or without
@@ -733,7 +733,7 @@ MIT License
733
733
  Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>, Holger Krekel <holger.krekel@gmail.com>
734
734
  https://github.com/pytest-dev/iniconfig
735
735
  brain-dead simple config-ini parsing
736
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE
736
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/iniconfig-2.1.0.dist-info/licenses/LICENSE
737
737
  The MIT License (MIT)
738
738
 
739
739
  Copyright (c) 2010 - 2023 Holger Krekel and others
@@ -763,7 +763,7 @@ BSD License
763
763
  Gael Varoquaux <gael.varoquaux@normalesup.org>
764
764
  https://joblib.readthedocs.io
765
765
  Lightweight pipelining with Python functions
766
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/joblib-1.5.2.dist-info/licenses/LICENSE.txt
766
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/joblib-1.5.2.dist-info/licenses/LICENSE.txt
767
767
  BSD 3-Clause License
768
768
 
769
769
  Copyright (c) 2008-2021, The joblib developers.
@@ -822,7 +822,7 @@ THE SOFTWARE.
822
822
  Andrew Pikul <ajpikul@gmail.com>, Neyberson Atencio <neyberatencio@gmail.com>
823
823
  https://github.com/plotly/kaleido
824
824
  Plotly graph export library
825
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/kaleido-1.1.0.dist-info/LICENSE.md
825
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/kaleido-1.1.0.dist-info/LICENSE.md
826
826
  The MIT License (MIT)
827
827
 
828
828
  Copyright (c) Plotly, Inc
@@ -852,7 +852,7 @@ BSD License
852
852
  The Nucleic Development Team <sccolbert@gmail.com>
853
853
  https://github.com/nucleic/kiwi
854
854
  A fast implementation of the Cassowary constraint solver
855
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/kiwisolver-1.4.9.dist-info/licenses/LICENSE
855
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/kiwisolver-1.4.9.dist-info/licenses/LICENSE
856
856
  =========================
857
857
  The Kiwi licensing terms
858
858
  =========================
@@ -932,7 +932,7 @@ BSD
932
932
  UNKNOWN
933
933
  http://llvmlite.readthedocs.io
934
934
  lightweight wrapper around basic LLVM functionality
935
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/llvmlite-0.45.1.dist-info/licenses/LICENSE
935
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/llvmlite-0.45.1.dist-info/licenses/LICENSE
936
936
  Copyright (c) 2014-, Continuum Analytics, Inc.
937
937
  All rights reserved.
938
938
 
@@ -960,12 +960,33 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
960
960
 
961
961
 
962
962
  logistro
963
- 1.1.0
964
- UNKNOWN
963
+ 2.0.0
964
+ MIT License
965
+
966
+ Copyright (c) 2025 GeoPozo
967
+
968
+ Permission is hereby granted, free of charge, to any person obtaining a copy
969
+ of this software and associated documentation files (the "Software"), to deal
970
+ in the Software without restriction, including without limitation the rights
971
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
972
+ copies of the Software, and to permit persons to whom the Software is
973
+ furnished to do so, subject to the following conditions:
974
+
975
+ The above copyright notice and this permission notice shall be included in all
976
+ copies or substantial portions of the Software.
977
+
978
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
979
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
980
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
981
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
982
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
983
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
984
+ SOFTWARE.
985
+
965
986
  Andrew Pikul <ajpikul@gmail.com>, Neyberson Atencio <neyberatencio@gmail.com>
966
987
  https://github.com/geopozo/logistro
967
988
  Simple wrapper over logging for a couple basic features
968
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/logistro-1.1.0.dist-info/LICENSE
989
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/logistro-2.0.0.dist-info/LICENSE
969
990
  MIT License
970
991
 
971
992
  Copyright (c) 2025 GeoPozo
@@ -995,7 +1016,7 @@ MIT License
995
1016
  Chris Sewell <chrisj_sewell@hotmail.com>
996
1017
  https://github.com/executablebooks/markdown-it-py
997
1018
  Python port of markdown-it. Markdown parsing, done right!
998
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/markdown_it_py-4.0.0.dist-info/licenses/LICENSE
1019
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/markdown_it_py-4.0.0.dist-info/licenses/LICENSE
999
1020
  MIT License
1000
1021
 
1001
1022
  Copyright (c) 2020 ExecutableBookProject
@@ -1020,12 +1041,12 @@ SOFTWARE.
1020
1041
 
1021
1042
 
1022
1043
  matplotlib
1023
- 3.10.6
1044
+ 3.10.7
1024
1045
  Python Software Foundation License
1025
1046
  John D. Hunter, Michael Droettboom
1026
1047
  https://matplotlib.org
1027
1048
  Python plotting package
1028
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/matplotlib-3.10.6.dist-info/LICENSE
1049
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/matplotlib-3.10.7.dist-info/LICENSE
1029
1050
  License agreement for matplotlib versions 1.3.0 and later
1030
1051
  =========================================================
1031
1052
 
@@ -1132,7 +1153,7 @@ MIT License
1132
1153
  Taneli Hukkinen <hukkin@users.noreply.github.com>
1133
1154
  https://github.com/executablebooks/mdurl
1134
1155
  Markdown URL utilities
1135
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/mdurl-0.1.2.dist-info/LICENSE
1156
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/mdurl-0.1.2.dist-info/LICENSE
1136
1157
  Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
1137
1158
  Copyright (c) 2021 Taneli Hukkinen
1138
1159
 
@@ -1187,7 +1208,7 @@ MIT License
1187
1208
  Hajime Senuma <hajime.senuma@gmail.com>
1188
1209
  https://pypi.org/project/mmh3/
1189
1210
  Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
1190
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/mmh3-5.2.0.dist-info/licenses/LICENSE
1211
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/mmh3-5.2.0.dist-info/licenses/LICENSE
1191
1212
  MIT License
1192
1213
 
1193
1214
  Copyright (c) 2011-2025 Hajime Senuma
@@ -1211,12 +1232,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1211
1232
  SOFTWARE.
1212
1233
 
1213
1234
  narwhals
1214
- 2.6.0
1235
+ 2.8.0
1215
1236
  MIT License
1216
1237
  Marco Gorelli <hello_narwhals@proton.me>
1217
1238
  https://github.com/narwhals-dev/narwhals
1218
1239
  Extremely lightweight compatibility layer between dataframe libraries
1219
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/narwhals-2.6.0.dist-info/licenses/LICENSE.md
1240
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/narwhals-2.8.0.dist-info/licenses/LICENSE.md
1220
1241
  MIT License
1221
1242
 
1222
1243
  Copyright (c) 2024, Marco Gorelli
@@ -1246,7 +1267,7 @@ BSD License
1246
1267
  Aric Hagberg <hagberg@lanl.gov>
1247
1268
  https://networkx.org/
1248
1269
  Python package for creating and manipulating graphs and networks
1249
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/networkx-3.5.dist-info/licenses/LICENSE.txt
1270
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/networkx-3.5.dist-info/licenses/LICENSE.txt
1250
1271
  NetworkX is distributed with the 3-clause BSD license.
1251
1272
 
1252
1273
  ::
@@ -1292,7 +1313,7 @@ BSD License
1292
1313
  UNKNOWN
1293
1314
  https://numba.pydata.org
1294
1315
  compiling Python code using LLVM
1295
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/numba-0.62.1.dist-info/licenses/LICENSE
1316
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/numba-0.62.1.dist-info/licenses/LICENSE
1296
1317
  Copyright (c) 2012, Anaconda, Inc.
1297
1318
  All rights reserved.
1298
1319
 
@@ -1325,7 +1346,7 @@ BSD License
1325
1346
  Travis E. Oliphant et al.
1326
1347
  https://numpy.org
1327
1348
  Fundamental package for array computing in Python
1328
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/numpy-2.2.6.dist-info/LICENSE.txt
1349
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/numpy-2.2.6.dist-info/LICENSE.txt
1329
1350
  Copyright (c) 2005-2024, NumPy Developers.
1330
1351
  All rights reserved.
1331
1352
 
@@ -2305,7 +2326,7 @@ Apache Software License; MIT License
2305
2326
  UNKNOWN
2306
2327
  https://github.com/ijl/orjson
2307
2328
  Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
2308
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/orjson-3.11.3.dist-info/licenses/LICENSE-APACHE
2329
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/orjson-3.11.3.dist-info/licenses/LICENSE-APACHE
2309
2330
  Apache License
2310
2331
  Version 2.0, January 2004
2311
2332
  http://www.apache.org/licenses/
@@ -2515,7 +2536,7 @@ Apache Software License; BSD License
2515
2536
  Donald Stufft <donald@stufft.io>
2516
2537
  https://github.com/pypa/packaging
2517
2538
  Core utilities for Python packages
2518
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/packaging-25.0.dist-info/licenses/LICENSE
2539
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/packaging-25.0.dist-info/licenses/LICENSE
2519
2540
  This software is made available under the terms of *either* of the licenses
2520
2541
  found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
2521
2542
  under the terms of *both* these licenses.
@@ -2527,7 +2548,7 @@ BSD License
2527
2548
  The Pandas Development Team <pandas-dev@python.org>
2528
2549
  https://pandas.pydata.org
2529
2550
  Powerful data structures for data analysis, time series, and statistics
2530
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pandas-2.3.3.dist-info/LICENSE
2551
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pandas-2.3.3.dist-info/LICENSE
2531
2552
  BSD 3-Clause License
2532
2553
 
2533
2554
  Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
@@ -3780,12 +3801,12 @@ third-party archives.
3780
3801
  limitations under the License.
3781
3802
 
3782
3803
  pillow
3783
- 11.3.0
3804
+ 12.0.0
3784
3805
  UNKNOWN
3785
3806
  "Jeffrey A. Clark" <aclark@aclark.net>
3786
3807
  https://python-pillow.github.io
3787
- Python Imaging Library (Fork)
3788
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pillow-11.3.0.dist-info/licenses/LICENSE
3808
+ Python Imaging Library (fork)
3809
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pillow-12.0.0.dist-info/licenses/LICENSE
3789
3810
  The Python Imaging Library (PIL) is
3790
3811
 
3791
3812
  Copyright © 1997-2011 by Secret Labs AB
@@ -5275,13 +5296,49 @@ the file ChangeLog history information documenting your changes. Please read
5275
5296
  the FAQ for more information on the distribution of modified source versions.
5276
5297
 
5277
5298
 
5299
+ ----
5300
+
5301
+ ZSTD
5302
+
5303
+ BSD License
5304
+
5305
+ For Zstandard software
5306
+
5307
+ Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
5308
+
5309
+ Redistribution and use in source and binary forms, with or without modification,
5310
+ are permitted provided that the following conditions are met:
5311
+
5312
+ * Redistributions of source code must retain the above copyright notice, this
5313
+ list of conditions and the following disclaimer.
5314
+
5315
+ * Redistributions in binary form must reproduce the above copyright notice,
5316
+ this list of conditions and the following disclaimer in the documentation
5317
+ and/or other materials provided with the distribution.
5318
+
5319
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
5320
+ be used to endorse or promote products derived from this software without
5321
+ specific prior written permission.
5322
+
5323
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5324
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5325
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5326
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
5327
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
5328
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
5329
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
5330
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5331
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
5332
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5333
+
5334
+
5278
5335
  pip-tools
5279
5336
  7.5.1
5280
5337
  BSD License
5281
5338
  Vincent Driessen <me@nvie.com>
5282
5339
  https://github.com/jazzband/pip-tools/
5283
5340
  pip-tools keeps your pinned dependencies fresh.
5284
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pip_tools-7.5.1.dist-info/licenses/LICENSE
5341
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pip_tools-7.5.1.dist-info/licenses/LICENSE
5285
5342
  BSD 3-Clause License
5286
5343
 
5287
5344
  Copyright (c). All rights reserved.
@@ -5318,7 +5375,7 @@ MIT License
5318
5375
  Chris P <chris@plot.ly>
5319
5376
  https://plotly.com/python/
5320
5377
  An open-source interactive data visualization library for Python
5321
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/plotly-6.3.1.dist-info/licenses/LICENSE.txt
5378
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/plotly-6.3.1.dist-info/licenses/LICENSE.txt
5322
5379
  MIT License
5323
5380
 
5324
5381
  Copyright (c) 2016-2024 Plotly Technologies Inc.
@@ -5348,7 +5405,7 @@ MIT License
5348
5405
  Holger Krekel <holger@merlinux.eu>
5349
5406
  UNKNOWN
5350
5407
  plugin and hook calling mechanisms for python
5351
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pluggy-1.6.0.dist-info/licenses/LICENSE
5408
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pluggy-1.6.0.dist-info/licenses/LICENSE
5352
5409
  The MIT License (MIT)
5353
5410
 
5354
5411
  Copyright (c) 2015 holger krekel (rather uses bitbucket/hpk42)
@@ -5378,7 +5435,7 @@ BSD License
5378
5435
  Eli Bendersky
5379
5436
  https://github.com/eliben/pycparser
5380
5437
  C parser in Python
5381
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pycparser-2.23.dist-info/LICENSE
5438
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pycparser-2.23.dist-info/LICENSE
5382
5439
  pycparser -- A C parser in Python
5383
5440
 
5384
5441
  Copyright (c) 2008-2022, Eli Bendersky
@@ -5414,7 +5471,7 @@ BSD
5414
5471
  Leland McInnes
5415
5472
  http://github.com/lmcinnes/pynndescent
5416
5473
  Nearest Neighbor Descent
5417
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pynndescent-0.5.13.dist-info/LICENSE
5474
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pynndescent-0.5.13.dist-info/LICENSE
5418
5475
  BSD 2-Clause License
5419
5476
 
5420
5477
  Copyright (c) 2018, Leland McInnes
@@ -5448,7 +5505,7 @@ UNKNOWN
5448
5505
  Paul McGuire <ptmcg.gm+pyparsing@gmail.com>
5449
5506
  https://github.com/pyparsing/pyparsing/
5450
5507
  pyparsing - Classes and methods to define and execute parsing grammars
5451
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pyparsing-3.2.5.dist-info/licenses/LICENSE
5508
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pyparsing-3.2.5.dist-info/licenses/LICENSE
5452
5509
  Permission is hereby granted, free of charge, to any person obtaining
5453
5510
  a copy of this software and associated documentation files (the
5454
5511
  "Software"), to deal in the Software without restriction, including
@@ -5475,7 +5532,7 @@ MIT License
5475
5532
  Thomas Kluyver <thomas@kluyver.me.uk>
5476
5533
  https://github.com/pypa/pyproject-hooks
5477
5534
  Wrappers to call pyproject.toml-based build backend hooks.
5478
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE
5535
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE
5479
5536
  The MIT License (MIT)
5480
5537
 
5481
5538
  Copyright (c) 2017 Thomas Kluyver
@@ -5505,7 +5562,7 @@ MIT License
5505
5562
  Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)
5506
5563
  https://docs.pytest.org/en/latest/
5507
5564
  pytest: simple powerful testing with Python
5508
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pytest-8.4.2.dist-info/licenses/LICENSE
5565
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pytest-8.4.2.dist-info/licenses/LICENSE
5509
5566
  The MIT License (MIT)
5510
5567
 
5511
5568
  Copyright (c) 2004 Holger Krekel and others
@@ -5535,7 +5592,7 @@ DFSG approved; MIT License
5535
5592
  Floris Bruynooghe
5536
5593
  https://github.com/pytest-dev/pytest-timeout
5537
5594
  pytest plugin to abort hanging tests
5538
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pytest_timeout-2.4.0.dist-info/licenses/LICENSE
5595
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pytest_timeout-2.4.0.dist-info/licenses/LICENSE
5539
5596
  The MIT License
5540
5597
 
5541
5598
  Copyright (C) 2012, 2014 Floris Bruynooghe
@@ -5566,7 +5623,7 @@ Apache Software License; BSD License
5566
5623
  Gustavo Niemeyer
5567
5624
  https://github.com/dateutil/dateutil
5568
5625
  Extensions to the standard Python datetime module
5569
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/python_dateutil-2.9.0.post0.dist-info/LICENSE
5626
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/python_dateutil-2.9.0.post0.dist-info/LICENSE
5570
5627
  Copyright 2017- Paul Ganssle <paul@ganssle.io>
5571
5628
  Copyright 2017- dateutil contributors (see AUTHORS file)
5572
5629
 
@@ -5628,7 +5685,7 @@ MIT License
5628
5685
  Stuart Bishop
5629
5686
  http://pythonhosted.org/pytz
5630
5687
  World timezone definitions, modern and historical
5631
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/pytz-2025.2.dist-info/LICENSE.txt
5688
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/pytz-2025.2.dist-info/LICENSE.txt
5632
5689
  Copyright (c) 2003-2019 Stuart Bishop <stuart@stuartbishop.net>
5633
5690
 
5634
5691
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -5656,7 +5713,7 @@ Apache Software License
5656
5713
  Kenneth Reitz
5657
5714
  https://requests.readthedocs.io
5658
5715
  Python HTTP for Humans.
5659
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/requests-2.32.5.dist-info/licenses/LICENSE
5716
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/requests-2.32.5.dist-info/licenses/LICENSE
5660
5717
 
5661
5718
  Apache License
5662
5719
  Version 2.0, January 2004
@@ -5835,12 +5892,12 @@ Python HTTP for Humans.
5835
5892
 
5836
5893
 
5837
5894
  rich
5838
- 14.1.0
5895
+ 14.2.0
5839
5896
  MIT License
5840
5897
  Will McGugan
5841
5898
  https://github.com/Textualize/rich
5842
5899
  Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
5843
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/rich-14.1.0.dist-info/LICENSE
5900
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/rich-14.2.0.dist-info/LICENSE
5844
5901
  Copyright (c) 2020 Will McGugan
5845
5902
 
5846
5903
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -5868,7 +5925,7 @@ UNKNOWN
5868
5925
  UNKNOWN
5869
5926
  https://scikit-learn.org
5870
5927
  A set of python modules for machine learning and data mining
5871
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/scikit_learn-1.7.2.dist-info/licenses/COPYING
5928
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/scikit_learn-1.7.2.dist-info/licenses/COPYING
5872
5929
  BSD 3-Clause License
5873
5930
 
5874
5931
  Copyright (c) 2007-2024 The scikit-learn developers.
@@ -5989,7 +6046,7 @@ BSD License
5989
6046
  UNKNOWN
5990
6047
  https://scipy.org/
5991
6048
  Fundamental algorithms for scientific computing in Python
5992
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/scipy-1.16.2.dist-info/LICENSE.txt
6049
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/scipy-1.16.2.dist-info/LICENSE.txt
5993
6050
  Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers.
5994
6051
  All rights reserved.
5995
6052
 
@@ -6932,7 +6989,7 @@ BSD License
6932
6989
  Michael Waskom <mwaskom@gmail.com>
6933
6990
  https://github.com/mwaskom/seaborn
6934
6991
  Statistical data visualization
6935
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/seaborn-0.13.2.dist-info/LICENSE.md
6992
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/seaborn-0.13.2.dist-info/LICENSE.md
6936
6993
  Copyright (c) 2012-2023, Michael L. Waskom
6937
6994
  All rights reserved.
6938
6995
 
@@ -6968,7 +7025,7 @@ BSD License
6968
7025
  Raphaël Barrois
6969
7026
  https://github.com/rbarrois/python-semanticversion
6970
7027
  A library implementing the 'SemVer' scheme.
6971
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/semantic_version-2.10.0.dist-info/LICENSE
7028
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/semantic_version-2.10.0.dist-info/LICENSE
6972
7029
  Copyright (c) The python-semanticversion project
6973
7030
  All rights reserved.
6974
7031
 
@@ -6999,7 +7056,7 @@ Academic Free License (AFL); MIT License
6999
7056
  Bob Ippolito
7000
7057
  https://github.com/simplejson/simplejson
7001
7058
  Simple, fast, extensible JSON encoder/decoder for Python
7002
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/simplejson-3.20.2.dist-info/licenses/LICENSE.txt
7059
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/simplejson-3.20.2.dist-info/licenses/LICENSE.txt
7003
7060
  simplejson is dual-licensed software. It is available under the terms
7004
7061
  of the MIT license, or the Academic Free License version 2.1. The full
7005
7062
  text of each license agreement is included below. This code is also
@@ -7087,7 +7144,7 @@ MIT License
7087
7144
  Benjamin Peterson
7088
7145
  https://github.com/benjaminp/six
7089
7146
  Python 2 and 3 compatibility utilities
7090
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/six-1.17.0.dist-info/LICENSE
7147
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/six-1.17.0.dist-info/LICENSE
7091
7148
  Copyright (c) 2010-2024 Benjamin Peterson
7092
7149
 
7093
7150
  Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -7114,7 +7171,7 @@ BSD License
7114
7171
  Thomas Moreau
7115
7172
  https://github.com/joblib/threadpoolctl
7116
7173
  threadpoolctl
7117
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/threadpoolctl-3.6.0.dist-info/licenses/LICENSE
7174
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/threadpoolctl-3.6.0.dist-info/licenses/LICENSE
7118
7175
  Copyright (c) 2019, threadpoolctl contributors
7119
7176
 
7120
7177
  Redistribution and use in source and binary forms, with or without
@@ -7146,7 +7203,7 @@ MIT License; Mozilla Public License 2.0 (MPL 2.0)
7146
7203
  UNKNOWN
7147
7204
  https://tqdm.github.io
7148
7205
  Fast, Extensible Progress Meter
7149
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/LICENCE
7206
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/LICENCE
7150
7207
  `tqdm` is a product of collaborative work.
7151
7208
  Unless otherwise stated, all authors (see commit logs) retain copyright
7152
7209
  for their respective work, and release the work under the MIT licence
@@ -7204,7 +7261,7 @@ UNKNOWN
7204
7261
  "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
7205
7262
  https://github.com/python/typing_extensions
7206
7263
  Backported and Experimental Type Hints for Python 3.9+
7207
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE
7264
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE
7208
7265
  A. HISTORY OF THE SOFTWARE
7209
7266
  ==========================
7210
7267
 
@@ -7492,7 +7549,7 @@ Apache Software License
7492
7549
  Python Software Foundation
7493
7550
  https://github.com/python/tzdata
7494
7551
  Provider of IANA time zone data
7495
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/tzdata-2025.2.dist-info/licenses/LICENSE
7552
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/tzdata-2025.2.dist-info/licenses/LICENSE
7496
7553
  Apache Software License 2.0
7497
7554
 
7498
7555
  Copyright (c) 2020, Paul Ganssle (Google)
@@ -7516,7 +7573,7 @@ BSD
7516
7573
  UNKNOWN
7517
7574
  http://github.com/lmcinnes/umap
7518
7575
  Uniform Manifold Approximation and Projection
7519
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/umap_learn-0.5.9.post2.dist-info/licenses/LICENSE.txt
7576
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/umap_learn-0.5.9.post2.dist-info/licenses/LICENSE.txt
7520
7577
  BSD 3-Clause License
7521
7578
 
7522
7579
  Copyright (c) 2017, Leland McInnes
@@ -7554,7 +7611,7 @@ UNKNOWN
7554
7611
  Andrey Petrov <andrey.petrov@shazow.net>
7555
7612
  https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
7556
7613
  HTTP library with thread-safe connection pooling, file post, and more.
7557
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt
7614
+ /home/runner/.pyenv/versions/3.13.9/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt
7558
7615
  MIT License
7559
7616
 
7560
7617
  Copyright (c) 2008-2020 Andrey Petrov and contributors.