Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
efb3979f4b
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>
2023-09-08 13:21:30 +00:00
2 changed files with 59 additions and 342 deletions

399
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ pytz = "^2023.3"
psutil = "^5.9.5" psutil = "^5.9.5"
python-slugify = "^7.0.0" python-slugify = "^7.0.0"
pillow = "^10.0.0" pillow = "^10.0.0"
argon2-cffi = "^21.3.0" argon2-cffi = "^23.1.0"
whitenoise = "^6.3.0" whitenoise = "^6.3.0"
redis = "^4.6.0" redis = "^4.6.0"
hiredis = "^2.2.3" hiredis = "^2.2.3"