Skip to content

Commit

Permalink
Bump pymdown-extensions from 9.1 to 10.0
Browse files Browse the repository at this point in the history
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.1 to 10.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@9.1...10.0)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2023
1 parent 97eec30 commit 8f21202
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
23 changes: 13 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -62,7 +62,7 @@ types-ujson = {version = "*", optional = true}
mkdocs = {version = "^1.1", optional = true}
mkdocs-material = {version = "^8", optional = true}
mkdocs-awesome-pages-plugin = {version = "^2.2.1", optional = true}
pymdown-extensions = {version = "^9.0", optional = true}
pymdown-extensions = {version = ">=9,<11", optional = true}
future-typing = "^0.4.1"

[tool.poetry.dev-dependencies]
Expand All @@ -83,7 +83,7 @@ sqlalchemy = "^1.3.13"
sqlalchemy-stubs = "^0.3"
mkdocs = "^1.1"
mkdocs-material = "^8"
pymdown-extensions = "^9.0"
pymdown-extensions = ">=9,<11"
mkdocs-awesome-pages-plugin = "^2.2.1"
# Pandas doesn't yet officially support py3.10 and installs consistently fail.
pandas = {version = "^1.3", python = ">=3.7.1,<=3.9"}
Expand Down

0 comments on commit 8f21202

Please sign in to comment.