Skip to content

Commit

Permalink
⬆️ Bump certifi from 2022.5.18.1 to 2022.12.7 (#76)
Browse files Browse the repository at this point in the history
* ⬆️ Bump certifi from 2022.5.18.1 to 2022.12.7

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2022.05.18.1...2022.12.07)

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

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

* 🩹 Relock with poetry 1.2.0

Reverting the hyphen underscore package name normalization for now.

* 📌 Temporarily pin ipython!=8.7.0 to prevent warning

The latest ipython=8.7.0 version installed via readthedocs has a bug that raises `WARNING: Pygments lexer name 'ipython' is not known`. This is being tracked at ipython/ipython#13845, and will need to wait for ipython=8.7.1 or later to be released, so keep using ipython=8.6.0 for now.

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 Dec 9, 2022
1 parent a97cad9 commit d29b4bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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
- "pip install torchdata==0.4.1"
# 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"

python:
install:
Expand Down
15 changes: 11 additions & 4 deletions poetry.lock

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

0 comments on commit d29b4bd

Please sign in to comment.