Bump argon2-cffi from 21.3.0 to 23.1.0

Bumps [argon2-cffi](https://github.com/hynek/argon2-cffi) from 21.3.0 to 23.1.0.
- [Release notes](https://github.com/hynek/argon2-cffi/releases)
- [Changelog](https://github.com/hynek/argon2-cffi/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hynek/argon2-cffi/compare/21.3.0...23.1.0)

---
updated-dependencies:
- dependency-name: argon2-cffi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-27 00:23:55 +00:00 committed by GitHub
parent 1c58a20508
commit 8aef373536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 164 deletions

177
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ pytz = "^2022.7"
psutil = "^5.9.4" psutil = "^5.9.4"
python-slugify = "^7.0.0" python-slugify = "^7.0.0"
pillow = "^9.3.0" pillow = "^9.3.0"
argon2-cffi = "^21.3.0" argon2-cffi = "^23.1.0"
whitenoise = "^6.3.0" whitenoise = "^6.3.0"
redis = "^4.4.0" redis = "^4.4.0"
celery = {extras = ["redis"], version = "^5.2.7"} celery = {extras = ["redis"], version = "^5.2.7"}