Skip to content

Commit

Permalink
Bump cryptography from 41.0.5 to 41.0.6 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 2eaa5eb commit 042e5cc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/someengineering/fixbackend-devcontainer
cacheFrom: ghcr.io/someengineering/fixbackend-devcontainer
push: always
# Change this to be your CI task/script
runCmd: nox --envdir /tmp/.nox
62 changes: 36 additions & 26 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 @@ -22,7 +22,7 @@ arq = "^0.25.0"
fixcloudutils = { extras = ["redis", "arango"], version = "^1.10.0" }
prometheus-fastapi-instrumentator = ">=6.1.0"
websockets = "^11.0.3"
cryptography = "^41.0.4"
cryptography = "^41.0.6"
aiofiles = "^23.2.1"


Expand Down

0 comments on commit 042e5cc

Please sign in to comment.