Skip to content

Commit

Permalink
Merge branch 'main' into feature/support-async-session-stores
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Dec 6, 2024
2 parents d920c23 + 2cac820 commit 41f378a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
34 changes: 17 additions & 17 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -160,15 +160,15 @@ 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
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
Expand All @@ -189,20 +189,20 @@ 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
pygments==2.18.0
# via
# mkdocs-material
# rich
pyjwt==2.9.0
pyjwt==2.10.1
# via authx
pymdown-extensions==10.12
# via
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 41f378a

Please sign in to comment.