Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 28, 2024
1 parent be005a6 commit f5ce311
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ updates:
directory: "/"
schedule:
interval: "monthly"

# NOTE: uv is not supported: https://github.com/dependabot/dependabot-core/issues/10478#issuecomment-2463205668

- package-ecosystem: "pip"
directory: "/"
# registries:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ uv sync
> [troubleshooting docs](https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/?h=brew#cairo-graphics)
> outlines solutions to issues.
### 💄 Update dependencies

```bash
uv sync --upgrade
```

### 🍽️ Serve locally

```bash
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "Personal website"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mkdocs-material==9.5.47",
"mkdocs-rss-plugin==1.15.0",
"mkdocs-redirects==1.2.2",
"pillow==10.4.0",
"cairosvg==2.7.1",
"mkdocs-material",
"mkdocs-rss-plugin",
"mkdocs-redirects",
"pillow",
"cairosvg",
]
60 changes: 34 additions & 26 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5ce311

Please sign in to comment.