Skip to content

Commit

Permalink
Merge branch 'main' into pydantic2
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Oct 1, 2023
2 parents c9abd2f + 43481fd commit 1c9a635
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 28 deletions.
14 changes: 14 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

We will endeavour to support:

* the most recent minor release with bug fixes
* the latest minor release from the last major version for 6 months after a new major version is released with critical bug fixes

## Reporting a Vulnerability

If you find what you think might be a security vulnerability with pydantic,
please do not create an issue on github. Instead please email dev@yezz.me
I'll reply to your email promptly and try to get a patch out ASAP.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build distribution
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.8
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Dump GitHub context
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<img src="https://codecov.io/gh/yezz123/authx/branch/main/graph/badge.svg"/>
</a>
<a href="https://pepy.tech/project/authx" target="_blank">
<img src="https://pepy.tech/badge/authx" alt="Test">
<img src="https://static.pepy.tech/badge/authx" alt="Test">
</a>
</p>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<img src="https://codecov.io/gh/yezz123/authx/branch/main/graph/badge.svg"/>
</a>
<a href="https://pepy.tech/project/authx" target="_blank">
<img src="https://pepy.tech/badge/authx" alt="Test">
<img src="https://static.pepy.tech/badge/authx" alt="Total Downloads">
</a>
</p>
</p>
Expand Down
24 changes: 12 additions & 12 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
beautifulsoup4==4.12.2
# via mkdocs-mermaid2-plugin
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -31,7 +31,7 @@ idna==3.4
# via requests
jinja2==3.1.2
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs
# mkdocs-material
jsbeautifier==1.14.8
Expand All @@ -44,29 +44,29 @@ markdown==3.3.7
# mkdocs-material
# pymdown-extensions
markdown-include==0.8.1
# via -r requirements/docs.in
# via -r docs.in
markupsafe==2.1.3
# via jinja2
mdx-include==1.4.2
# via -r requirements/docs.in
# via -r docs.in
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.3
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs-markdownextradata-plugin
# mkdocs-material
# mkdocs-mermaid2-plugin
mkdocs-markdownextradata-plugin==0.2.5
# via -r requirements/docs.in
# via -r docs.in
mkdocs-material==9.1.18
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs-mermaid2-plugin
mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocs-mermaid2-plugin==0.6.0
# via -r requirements/docs.in
# via -r docs.in
packaging==23.1
# via mkdocs
pygments==2.15.1
Expand All @@ -75,14 +75,14 @@ pygments==2.15.1
# rich
pymdown-extensions==10.0.1
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs-material
# mkdocs-mermaid2-plugin
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
# via
# -r requirements/docs.in
# -r docs.in
# mkdocs
# mkdocs-markdownextradata-plugin
# mkdocs-mermaid2-plugin
Expand Down Expand Up @@ -112,10 +112,10 @@ soupsieve==2.4.1
# via beautifulsoup4
typer[all]==0.7.0
# via
# -r requirements/docs.in
# -r docs.in
# typer-cli
typer-cli==0.0.13
# via -r requirements/docs.in
# via -r docs.in
urllib3==2.0.3
# via requests
watchdog==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyio==3.7.1
# via starlette
cffi==1.15.1
# via cryptography
cryptography==41.0.2
cryptography==41.0.3
# via pyjwt
fastapi==0.98.0
# via authx (pyproject.toml)
Expand Down
26 changes: 14 additions & 12 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
anyio==3.7.1
# via httpcore
certifi==2023.5.7
certifi==2023.7.22
# via
# httpcore
# httpx
Expand All @@ -18,15 +18,17 @@ click==8.1.4
coverage[toml]==7.2.7
# via pytest-cov
freezegun==1.2.2
# via -r requirements/testing.in
# via -r testing.in
greenlet==2.0.2
# via sqlalchemy
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via -r requirements/testing.in
# via -r testing.in
idna==3.4
# via
# anyio
Expand All @@ -35,24 +37,24 @@ idna==3.4
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
# via -r requirements/testing.in
# via -r testing.in
packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
pytest==7.4.0
# via
# -r requirements/testing.in
# -r testing.in
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.21.0
# via -r requirements/testing.in
# via -r testing.in
pytest-cov==4.1.0
# via -r requirements/testing.in
# via -r testing.in
python-dateutil==2.8.2
# via freezegun
requests==2.31.0
# via -r requirements/testing.in
# via -r testing.in
six==1.16.0
# via python-dateutil
sniffio==1.3.0
Expand All @@ -61,14 +63,14 @@ sniffio==1.3.0
# httpcore
# httpx
sqlalchemy==2.0.18
# via -r requirements/testing.in
# via -r testing.in
typing-extensions==4.7.1
# via sqlalchemy
urllib3==2.0.3
# via requests
uvicorn==0.22.0
# via -r requirements/testing.in
# via -r testing.in
uvloop==0.17.0
# via -r requirements/testing.in
# via -r testing.in
websockets==11.0.3
# via -r requirements/testing.in
# via -r testing.in

0 comments on commit 1c9a635

Please sign in to comment.