Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mkdocs from 1.5.3 to 1.6.0 #1039

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ importlib-metadata==7.1.0
# via
# markdown
# mkdocs
# mkdocs-get-deps
importlib-resources==6.4.0
# via
# jsonschema
Expand All @@ -104,14 +105,19 @@ markupsafe==2.1.5
# via
# -r requirements/prod.txt
# jinja2
# mkdocs
mergedeep==1.3.4
# via mkdocs
mkdocs==1.5.3
# via
# mkdocs
# mkdocs-get-deps
mkdocs==1.6.0
# via
# -r requirements/dev.in
# mkdocs-exclude-search
mkdocs-exclude-search==0.6.6
# via -r requirements/dev.in
mkdocs-get-deps==0.2.0
# via mkdocs
multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
Expand All @@ -128,12 +134,15 @@ packaging==24.0
# pytest
# tox
pathspec==0.12.1
# via black
# via
# black
# mkdocs
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.0
# via
# black
# mkdocs-get-deps
# tox
# virtualenv
pluggy==1.4.0
Expand Down Expand Up @@ -171,6 +180,7 @@ pyyaml==6.0.1
# via
# -r requirements/prod.txt
# mkdocs
# mkdocs-get-deps
# pre-commit
# pyyaml-env-tag
# responses
Expand Down
Loading