Skip to content

Commit

Permalink
Update argon2-cffi requirement in /templates/project_name
Browse files Browse the repository at this point in the history
Updates the requirements on [argon2-cffi](https://github.com/hynek/argon2-cffi) to permit the latest version.
- [Release notes](https://github.com/hynek/argon2-cffi/releases)
- [Changelog](https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md)
- [Commits](hynek/argon2-cffi@21.3.0...23.1.0)

---
updated-dependencies:
- dependency-name: argon2-cffi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent baf8929 commit c8e6dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/project_name/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{ include = "{{ project_name }}" }]
python = "^3.10"

Pillow = "^10.1.0"
argon2-cffi = "^21.3.0"
argon2-cffi = "^23.1.0"
hiredis = "^2.2.3"
redis = "^5.0.1"

Expand Down

0 comments on commit c8e6dda

Please sign in to comment.