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

Chore: Dependency updates #98

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
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
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
version: 2
updates:
- package-ecosystem: pip
# We only want to bump versions of packages in case of security updates, as
# we want to keep maximum compatibility - see https://t.ly/INSR_
open-pull-requests-limit: 0
directory: "/"
labels: []
directory: /
schedule:
interval: weekly
time: "08:00"
groups:
dependencies:
patterns:
- '*'

- package-ecosystem: github-actions
open-pull-requests-limit: 10
directory: "/"
labels: []
directory: /
schedule:
interval: weekly
time: "08:00"
groups:
dependencies:
patterns:
- '*'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.40
mkdocs-material[imaging]==9.5.40
mkdocs-material==9.5.49
mkdocs-material[imaging]==9.5.49
mkdocs-material-extensions==1.3.1
pymdown-extensions==10.11.2
pymdown-extensions==10.13
Loading