Skip to content

Commit

Permalink
Bump cryptography from 37.0.1 to 37.0.2
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 37.0.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@37.0.1...37.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kruton committed May 4, 2022
1 parent d52a8af commit cf6b901
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ COPY README.md ./
# This has a hack with pip to get around the fact that poetry doesn't handle extra index URLs correctly yet
RUN apk add --no-cache --virtual .build-deps \
build-base \
cargo \
libffi-dev \
musl-dev \
openssl-dev \
py3-pip \
python3-dev \
Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sqlalchemy = "^1.3.24"
uvicorn = "^0.17.5"
aiofiles = "^0.8.0"
Jinja2 = "^3.0.3"
cryptography = "37.0.1"
cryptography = "37.0.2"

[tool.poetry.dev-dependencies]
black = {version = "22.3.0", allow-prereleases = true}
Expand Down

0 comments on commit cf6b901

Please sign in to comment.