Skip to content

Commit

Permalink
build(deps): bump the pip-minor-deps group across 1 directory with 5 …
Browse files Browse the repository at this point in the history
…updates

Bumps the pip-minor-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [panel](https://github.com/holoviz/panel) | `1.4.5` | `1.5.5` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.37` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.13.0` |
| [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) | `0.4.0` | `0.5.0` |
| [mike](https://github.com/jimporter/mike) | `2.1.2` | `2.1.3` |



Updates `panel` from 1.4.5 to 1.5.5
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.5...v1.5.5)

Updates `sqlalchemy` from 2.0.36 to 2.0.37
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `mkdocstrings-python` from 1.12.2 to 1.13.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.12.2...1.13.0)

Updates `mkdocs-gen-files` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases)
- [Commits](oprypin/mkdocs-gen-files@v0.4.0...v0.5.0)

Updates `mike` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-deps
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-deps
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-deps
- dependency-name: mkdocs-gen-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-deps
- dependency-name: mike
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Michele-Alberti committed Jan 16, 2025
1 parent cedd3af commit 4f94215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mkdocs==1.6.1
mkdocstrings==0.27.0
mkdocstrings-python==1.12.2
mkdocstrings-python==1.13.0
mkdocs-material==9.5.49
mkdocs-gen-files==0.4.0
mkdocs-gen-files==0.5.0
mkdocs-literate-nav==0.6.1
mkdocs-section-index==0.3.9
mkdocs-github-admonitions-plugin==0.0.3
mike==2.1.2
mike==2.1.3
black==24.10.0
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pandas==2.2.3
passlib==1.7.4
tenacity==8.5.0
tqdm==4.67.1
panel==1.4.5
sqlalchemy==2.0.36
panel==1.5.5
sqlalchemy==2.0.37
psycopg==3.2.3
hydra-core==1.3.2
google-cloud-storage==2.19.0
Expand Down

0 comments on commit 4f94215

Please sign in to comment.