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

build(pip): (deps-dev): bump mkdocs from 1.3.1 to 1.5.1 #794

Closed
wants to merge 27 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps mkdocs from 1.3.1 to 1.5.1.

Release notes

Sourced from mkdocs's releases.

1.5.1

  • Bugfix (regression in 1.5.0): Make it possible to treat ExtraScriptValue as a path. This lets some plugins still work despite the breaking change.

  • Bugfix (regression in 1.5.0): Prevent errors for special setups that have 3 conflicting files, such as index.html, index.md and README.md (#3314)

See commit log.

1.5.0

New: MkDocs now accepts donations. Please consider supporting the current maintainer at my new GitHub sponsorship page.

MkDocs has been a totally free project since the beginning and wasn't accepting funds. MkDocs will remain free of paywalls, but now you can show your support with donations (one-time and/or recurring).

Donate for MkDocs - @​oprypin sponsors page

And please also consider these other individuals who have been contributing to the ecosystem for a long time and check out their donations pages:

@​facelessuser @​pawamoy @​Ultrabug


Release 1.5.0

New command mkdocs get-deps

This command guesses the Python dependencies that a MkDocs site requires in order to build. It simply prints the PyPI packages that need to be installed. In the terminal it can be combined directly with an installation command as follows:

pip install $(mkdocs get-deps)

The idea is that right after running this command, you can directly follow it up with mkdocs build and it will almost always "just work", without needing to think which dependencies to install.

The way it works is by scanning mkdocs.yml for themes:, plugins:, markdown_extensions: items and doing a reverse lookup based on a large list of known projects (catalog, see below).

Of course, you're welcome to use a "virtualenv" with such a command. Also note that for environments that require stability (for example CI) directly installing deps in this way is not a very reliable approach as it precludes dependency pinning.

The command allows overriding which config file is used (instead of mkdocs.yml in the current directory) as well as which catalog of projects is used (instead of downloading it from the default location). See mkdocs get-deps --help.

Context: #3205

MkDocs has an official catalog of plugins

Check out https://github.com/mkdocs/catalog and add all your general-purpose plugins, themes and extensions there, so that they can be looked up through mkdocs get-deps.

This was renamed from "best-of-mkdocs" and received significant updates. In addition to pip installation commands, the page now shows the config boilerplate needed to add a plugin.

Expanded validation of links

... (truncated)

Commits
  • 2865b0f Release 1.5.1 (#3315)
  • ea549e6 Make it possible to treat ExtraScriptValue as a path
  • 86cde7b Catch ValueErrors thrown when attempting to remove a file twice (#3314)
  • 0d9e341 Release 1.5.0 (#3296)
  • 0f8ab6b Fix livereload shutdown sequence - crash on Windows
  • bfb52a3 Create FUNDING.yml (#3295)
  • 189faf0 Merge pull request #3297 from mkdocs/regr
  • bb00d4c Add a test for relative link without dot in filename
  • c3d4ff7 Fix unescaping of Markdown titles
  • d8bc90f Always set inclusion_level so static-i18n plugin keeps working
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

pgrenda-splunk and others added 27 commits July 11, 2023 11:34
* chore(deps): bump redis from 4.3.4 to 4.4.4 (#723)

Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.4...v4.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): 1.9.1-beta.1

* values yaml update ([#734](#734)) ([fa3d722](fa3d722)), closes [#684](#684)

* chore: run make render (#741)

* fix: make sourcetypes configurable (#740)

* fix: make sourcetypes configurable

* chore: run pre-commit

* fix: traps sourcetype in tasks

* chore(release): 1.9.1-beta.2

## [1.9.1-beta.2](v1.9.1-beta.1...v1.9.1-beta.2) (2023-05-19)

### Bug Fixes

* make sourcetypes configurable ([#740](#740)) ([c9dab62](c9dab62))

* chore: update permissions (#742)

* chore: update permissions (#743)

* chore(deps): bump redis from 4.3.4 to 4.4.4 (#748)

Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.4...v4.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: use engine id from inventory (#749)

### Bug Fixes

* fix:set engineId for poller

* fix: remove SECURITY_ENGINE_ID from poller deployment and manager.py

* fix: remove unnecessary extra line

* chore(release): 1.9.1-beta.3

## [1.9.1-beta.3](v1.9.1-beta.2...v1.9.1-beta.3) (2023-06-09)

### Bug Fixes

* use engine id from inventory ([#749](#749)) ([6fda113](6fda113))

* fix: tests, pre-commit (#750)

* fix: tests, pre-commit

* fix: update pyproject.toml

* chore(release): 1.9.1-beta.4

## [1.9.1-beta.4](v1.9.1-beta.3...v1.9.1-beta.4) (2023-06-09)

### Bug Fixes

* tests, pre-commit ([#750](#750)) ([0910b57](0910b57))

* chore: update changelog and run make render (#753)

* chore: update changelog and run make render

* fix: add liveness and readiness probes in k8s infrastructure (#732)

* fix: add or edit probes for poller, sender, trap (#732)

* fix: add probes for mongo and redis(#732)

* fix: cleanup, add tests for files creation (#732)

* fix: precommit fixes (#732)

* fix: PR comments fixes, more generic approach for rendering test cases add rendered files to PR scope.(#732)

* fix: pr review fixed: different approuch for deployment temlating, render manifest and makefile changes (#732)

* fix: update probes enabling information in values.yaml (#732)

* fix: change in the templating style (#732)

* fix: delete probes in values.yaml for mongodb and redis and minor spacing fixes (#732)

* test: test [run-int-tests]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Olga <[email protected]>
Co-authored-by: wojtekzyla <[email protected]>
fix: update semantic-release-replace-plugin
## [1.9.2-beta.1](v1.9.1...v1.9.2-beta.1) (2023-07-13)

### Bug Fixes

* add readiness and liveness probes to workers ([#755](#755)) ([fef9960](fef9960)), closes [#723](#723)
* update semantic-release-replace-plugin ([c04f7d8](c04f7d8))
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* test: test [run-int-tests]

* Update pymdown-extensions
…ows (#672)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…674)

Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 3.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Commits](Azure/setup-helm@v1...v3)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…676)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyrate-limiter](https://github.com/vutran1710/PyrateLimiter) from 2.8.1 to 2.10.0.
- [Release notes](https://github.com/vutran1710/PyrateLimiter/releases)
- [Changelog](https://github.com/vutran1710/PyrateLimiter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vutran1710/PyrateLimiter/commits/v2.10.0)

---
updated-dependencies:
- dependency-name: pyrate-limiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mkdocs-video](https://github.com/soulless-viewer/mkdocs-video) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/soulless-viewer/mkdocs-video/releases)
- [Commits](soulless-viewer/mkdocs-video@v1.3.0...v1.5.0)

---
updated-dependencies:
- dependency-name: mkdocs-video
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [oleksiyrudenko/gha-git-credentials](https://github.com/oleksiyrudenko/gha-git-credentials) from 2.pre.latest to 2.1.1.
- [Release notes](https://github.com/oleksiyrudenko/gha-git-credentials/releases)
- [Changelog](https://github.com/OleksiyRudenko/gha-git-credentials/blob/master/CHANGELOG.md)
- [Commits](OleksiyRudenko/gha-git-credentials@v2-latest...v2.1.1)

---
updated-dependencies:
- dependency-name: oleksiyrudenko/gha-git-credentials
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [splunk/addonfactory-github-workflows](https://github.com/splunk/addonfactory-github-workflows) from 1.2.1 to 1.3.4.
- [Release notes](https://github.com/splunk/addonfactory-github-workflows/releases)
- [Changelog](https://github.com/splunk/addonfactory-github-workflows/blob/main/.releaserc)
- [Commits](splunk/addonfactory-github-workflows@v1.2.1...v1.3.4)

---
updated-dependencies:
- dependency-name: splunk/addonfactory-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add renovate.json

* chore: update base renovate ocnfig

* chore: update renovate config

* chore: update agreements

* chore: update release notes

* Revert "chore: update release notes"

This reverts commit db357a0.

* Revert "chore: update agreements"

This reverts commit 898f183.

* chore: add vulnerability labels

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ajasnosz <[email protected]>
* chore: update versioning

* chore: update version rendering
* ci: add workflow permissions

* ci: add agreements permissions
* chore/test-perms

* chore: test removing perms
## [1.9.2-beta.2](v1.9.2-beta.1...v1.9.2-beta.2) (2023-07-27)

### Reverts

* Revert "chore/test-perms (#785)" (#786) ([fd35859](fd35859)), closes [#785](#785) [#786](#786)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.1 to 1.5.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.3.1...1.5.1)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 28, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #794 (3962c77) into develop (6cc13d9) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           develop     #794   +/-   ##
========================================
  Coverage    87.43%   87.43%           
========================================
  Files           27       27           
  Lines         1815     1815           
========================================
  Hits          1587     1587           
  Misses         228      228           

Base automatically changed from develop to main July 31, 2023 09:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@ajasnosz ajasnosz closed this Aug 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/develop/mkdocs-1.5.1 branch August 1, 2023 09:26
@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants