Skip to content

Commit

Permalink
[pip] Bump the non-major-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 3 updates: [pipenv](https://github.com/pypa/pipenv), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocs-pymdownx-material-extras](https://github.com/facelessuser/mkdocs_pymdownx_material_extras).


Updates `pipenv` from 2024.4.0 to 2024.4.1
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2024.4.0...v2024.4.1)

Updates `mkdocs-material` from 9.5.46 to 9.6.1
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.46...9.6.1)

Updates `mkdocs-pymdownx-material-extras` from 2.6 to 2.7
- [Release notes](https://github.com/facelessuser/mkdocs_pymdownx_material_extras/releases)
- [Commits](facelessuser/mkdocs_pymdownx_material_extras@2.6...2.7)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: mkdocs-pymdownx-material-extras
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 6dd956f commit 0672dde
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 151 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name = "pypi"

[packages]
# Installed first, and used to install/run other dependencies:
pipenv = "==2024.4.0"
pipenv = "==2024.4.1"

# Used for the published GitHub pages site:
mike = "==2.1.3"
mkdocs = "==1.6.1"
mkdocs-literate-nav = "==0.6.1"
mkdocs-material = "==9.5.46"
mkdocs-material = "==9.6.1"
mkdocs-minify-plugin = "==0.8.0"
mkdocs-pymdownx-material-extras = "==2.6"
mkdocs-pymdownx-material-extras = "==2.7"

# Used by 'infra lint':
yamllint = "==1.35.1"
Loading

0 comments on commit 0672dde

Please sign in to comment.