Skip to content

Commit

Permalink
Update to NBDefense 1.0.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbel authored Mar 30, 2023
1 parent ff563ac commit c5e3385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "hatchling.build"
name = "nbdefense_jupyter"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
requires-python = ">=3.7.1,<3.11"
classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
Expand All @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"nbdefense==1.0.1"
"nbdefense==1.0.2"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit c5e3385

Please sign in to comment.