Skip to content

Commit

Permalink
⬆️ Bump gitpython from 3.1.27 to 3.1.30 (#81)
Browse files Browse the repository at this point in the history
* ⬆️ Bump gitpython from 3.1.27 to 3.1.30

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.30.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.27...3.1.30)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🩹 Relock with poetry 1.3.0

Use new poetry lock file format (version 2.0).

* 📌 Temporarily pin jupyter_server<2 to prevent jsonschema error

The latest jupyter_server=2.0.6 version installed via readthedocs requires a version of jsonschema which is incompatible with jupyter-book=0.13, resulting in an error like `pkg_resources.UnknownExtra: jsonschema 3.2.0 has no such extra feature 'format-nongpl'`, see also ProjectPythia/cookbook-template#100 (comment) for details. Applying the workaround from ProjectPythia/cookbook-template#101 for now.

Also remove the ipython!=8.7.0 pin added in d29b4bd, since ipython=8.8.0 is released now.

* 💚 Use jupyter_server==1.* pinning

Prevent the ` /bin/sh: 1: cannot open 2: No such file` error in readthedocs build due to `<2` not being escaped properly.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and weiji14 committed Jan 12, 2023
1 parent 2ecb38c commit 9c8fda9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ build:
post_install:
# Install torchdata=0.4.1 instead of 0.5.0 to prevent AttributeError, see
# https://github.com/pytorch/data/issues/869
# Don't install ipython=8.7.0 to prevent
# WARNING, Pygments lexer name 'ipython' is not known, see
# https://github.com/ipython/ipython/issues/13845
- "pip install torchdata==0.4.1 ipython!=8.7.0"
# Install jupyter_server<2 to prevent exception: jsonschema 3.2.0 has no
# such extra feature 'format-nongpl', see
# https://github.com/ProjectPythia/cookbook-template/issues/100
- "pip install torchdata==0.4.1 jupyter_server==1.*"

python:
install:
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c8fda9

Please sign in to comment.