diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0302757c..9363196e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}-with-deps - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml @@ -120,7 +120,7 @@ jobs: CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}-with-deps - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8bb7b61..b4a779ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.8.1 hooks: - id: ruff args: diff --git a/docs/release.md b/docs/release.md index 16161c43..fdecd2a8 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,7 +1,13 @@ ## Latest Changes +* ⬆️ Bump `ruff-pre-commit` from v0.7.3 to v0.7.4. PR [#703](https://github.com/yezz123/authx/pull/703) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). + ### Upgrades +* ⬆️ Bump ruff-pre-commit from v0.8.0 to v0.8.1. PR [#707](https://github.com/yezz123/authx/pull/707) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). +* ⬆ Bump the python-packages group with 17 updates. PR [#706](https://github.com/yezz123/authx/pull/706) by [@dependabot[bot]](https://github.com/apps/dependabot). +* ⬆️ Bump `ruff-pre-commit` from v0.7.4 to v0.8.0. PR [#705](https://github.com/yezz123/authx/pull/705) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). +* ⬆ Bump codecov/codecov-action from 4 to 5. PR [#701](https://github.com/yezz123/authx/pull/701) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆️ Bump `ruff-pre-commit` from v0.7.2 to v0.7.3. PR [#699](https://github.com/yezz123/authx/pull/699) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). * ⬆ Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2. PR [#697](https://github.com/yezz123/authx/pull/697) by [@dependabot[bot]](https://github.com/apps/dependabot). * ⬆️ Upgrade the uv setup package to 4.1. PR [#700](https://github.com/yezz123/authx/pull/700) by [@yezz123](https://github.com/yezz123). diff --git a/requirements-docs.txt b/requirements-docs.txt index 1f443429..a316c1a3 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -14,7 +14,7 @@ babel==2.16.0 # mkdocs-material beautifulsoup4==4.12.3 # via mkdocs-mermaid2-plugin -cachecontrol==0.14.0 +cachecontrol==0.14.1 # via mkdocs-rss-plugin cairocffi==1.7.1 # via cairosvg @@ -42,7 +42,7 @@ colorama==0.4.6 # via # griffe # mkdocs-material -cryptography==43.0.3 +cryptography==44.0.0 # via pyjwt csscompressor==0.9.5 # via mkdocs-minify-plugin @@ -56,7 +56,7 @@ ecdsa==0.19.0 # via python-jose editorconfig==0.12.4 # via jsbeautifier -fastapi==0.115.4 +fastapi==0.115.5 # via authx filelock==3.16.1 # via cachecontrol @@ -79,9 +79,9 @@ h11==0.14.0 # via httpcore htmlmin2==0.1.13 # via mkdocs-minify-plugin -httpcore==1.0.6 +httpcore==1.0.7 # via httpx -httpx==0.27.2 +httpx==0.28.0 # via -r requirements/docs.in idna==3.10 # via @@ -150,7 +150,7 @@ mkdocs-git-revision-date-localized-plugin==1.3.0 # via -r requirements/docs.in mkdocs-markdownextradata-plugin==0.2.6 # via -r requirements/docs.in -mkdocs-material==9.5.43 +mkdocs-material==9.5.47 # via -r requirements/docs.in mkdocs-material-extensions==1.3.1 # via mkdocs-material @@ -160,7 +160,7 @@ mkdocs-minify-plugin==0.8.0 # via -r requirements/docs.in mkdocs-rss-plugin==1.16.0 # via -r requirements/docs.in -mkdocstrings==0.26.2 +mkdocstrings==0.27.0 # via # -r requirements/docs.in # mkdocstrings-python @@ -168,7 +168,7 @@ mkdocstrings-python==1.12.2 # via mkdocstrings msgpack==1.1.0 # via cachecontrol -packaging==24.1 +packaging==24.2 # via mkdocs paginate==0.5.7 # via mkdocs-material @@ -189,12 +189,12 @@ pyasn1==0.6.1 # rsa pycparser==2.22 # via cffi -pydantic==2.9.2 +pydantic==2.10.2 # via # authx # fastapi # pydantic-settings -pydantic-core==2.23.4 +pydantic-core==2.27.1 # via pydantic pydantic-settings==2.6.1 # via authx @@ -202,7 +202,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pyjwt==2.9.0 +pyjwt==2.10.1 # via authx pymdown-extensions==10.12 # via @@ -234,7 +234,7 @@ pyyaml-env-tag==0.1 # via mkdocs rcslice==1.1.0 # via mdx-include -regex==2024.9.11 +regex==2024.11.6 # via mkdocs-material requests==2.32.3 # via @@ -247,7 +247,7 @@ rich==13.9.4 # via typer rsa==4.9 # via python-jose -setuptools==75.3.0 +setuptools==75.6.0 # via mkdocs-mermaid2-plugin shellingham==1.5.4 # via typer @@ -264,19 +264,19 @@ sniffio==1.3.1 # httpx soupsieve==2.6 # via beautifulsoup4 -starlette==0.41.2 +starlette==0.41.3 # via fastapi -termynal==0.12.1 +termynal==0.12.2 # via -r requirements/docs.in tinycss2==1.4.0 # via # cairosvg # cssselect2 -typer==0.12.5 +typer==0.14.0 # via # -r requirements/docs.in # typer-cli -typer-cli==0.12.5 +typer-cli==0.14.0 # via -r requirements/docs.in typing-extensions==4.12.2 # via