Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/cryptography-41.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi authored Jan 27, 2024
2 parents 56a30f2 + 7ac6f08 commit fb555b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyio==3.7.1
# starlette
bcrypt==4.0.1
# via fastapi-nano (pyproject.toml)
black==23.10.0
black==23.12.1
# via fastapi-nano (pyproject.toml)
build==1.0.3
# via pip-tools
Expand All @@ -33,7 +33,7 @@ click==8.1.7
# uvicorn
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.6
cryptography==41.0.7
# via python-jose
ecdsa==0.18.0
# via python-jose
Expand Down Expand Up @@ -90,7 +90,7 @@ pydantic-core==2.10.1
# via pydantic
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.4
# via
# fastapi-nano (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -125,7 +125,7 @@ urllib3==2.0.7
# via requests
uvicorn==0.23.2
# via fastapi-nano (pyproject.toml)
wheel==0.41.2
wheel==0.42.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.16.0
# via cryptography
click==8.1.7
# via uvicorn
cryptography==41.0.6
cryptography==41.0.7
# via python-jose
ecdsa==0.18.0
# via python-jose
Expand Down

0 comments on commit fb555b9

Please sign in to comment.