diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a52837..558be1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - groups: - all: - patterns: - - "*" + ignore: + - dependency-name: "npf-renderer" + update-types: ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: "github-actions" directory: "/" # Location of package manifests diff --git a/requirements.txt b/requirements.txt index 58e24b2..2664439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,28 @@ -aiofiles==23.2.1 -aiohttp==3.9.3 +aiofiles==24.1.0 +aiohttp==3.9.5 aiosignal==1.3.1 attrs==23.2.0 -Babel==2.14.0 -dominate==2.8.0 +Babel==2.15.0 +dominate==2.9.1 frozenlist==1.4.1 html5tagger==1.3.0 httptools==0.6.1 -idna==3.6 +idna==3.7 intervaltree==3.1.0 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.5 multidict==6.0.5 -npf_renderer==0.12.1 -orjson==3.9.13 +npf_renderer==0.12.2 +orjson==3.10.6 PyYAML==6.0.1 -redis==5.0.1 -sanic==23.12.1 +redis==5.0.7 +sanic==24.6.0 sanic-ext==23.12.0 sanic-routing==23.12.0 sortedcontainers==2.4.0 tracerite==1.1.1 -typing_extensions==4.9.0 -ujson==5.9.0 +typing_extensions==4.12.2 +ujson==5.10.0 uvloop==0.19.0 websockets==12.0 yarl==1.9.4