Skip to content

Commit 82f5290

Browse files
authored
chore: Update dependencies (#98)
* chore: Update Jupyter server and transitive dependencies * chore: Update gitpython and mako dependencies * chore: Update pytest to v9 * chore: Replace sshtunnel with Deepnote fork * chore: Bump urllib version constraint * chore: Add new LGPL classifier entry (conformant with PEP 639) Paramiko has always been LGPL-2.1 the 5.0.0 release just switched from the legacy classifier string to PEP 639 License-Expression format
1 parent f2ac75a commit 82f5290

3 files changed

Lines changed: 102 additions & 101 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
# Only allow licenses compatible with Apache 2.0 (allowlist approach)
141141
# Ignored packages either have UNKNOWN licenses or not distributed
142-
poetry run pip-licenses --allow-only "Apache;MIT;BSD;ISC;Unlicense;CC0;Public Domain;Python Software Foundation;Mozilla Public License 2.0;GNU Library or Lesser General Public License (LGPL)" --partial-match --ignore-packages arro3-core click dependency-groups Flask jeepney jupyter_core matplotlib-inline MarkupSafe more-itertools pymssql PyMySQL SecretStorage sqlalchemy-spanner typing-extensions typing-inspection urllib3
142+
poetry run pip-licenses --allow-only "Apache;MIT;BSD;ISC;Unlicense;CC0;Public Domain;Python Software Foundation;Mozilla Public License 2.0;GNU Library or Lesser General Public License (LGPL);LGPL-2.1" --partial-match --ignore-packages arro3-core click dependency-groups Flask jeepney jupyter_core matplotlib-inline MarkupSafe more-itertools pymssql PyMySQL SecretStorage sqlalchemy-spanner typing-extensions typing-inspection urllib3
143143
144144
echo "✅ All licenses are compatible with Apache 2.0"
145145

0 commit comments

Comments
 (0)