Skip to content

Commit

Permalink
Merge pull request #4 from ssciwr/markupsafe-bug
Browse files Browse the repository at this point in the history
Add a version pin on markupsafe
  • Loading branch information
dokempf authored Apr 4, 2022
2 parents 5a51c3a + 06e22cb commit f090e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:

# Run Black - the uncompromising Python code formatter
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black-jupyter

Expand Down
2 changes: 1 addition & 1 deletion nbclick/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ packages = find:
install_requires =
Click>=8.0
ipykernel
markupsafe==2.0.1 # This one is only here temporarily because Jinja2 created a mess
nbclient>=0.5
nbformat>=5.1
nbparameterise>=0.5
Expand Down

0 comments on commit f090e50

Please sign in to comment.