Python dependency: Update pytz requirement from ==2022.* to ==2023.* (#6045)

Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2022.1...release_2023.3)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-17 12:20:13 +05:30 committed by GitHub
parent 62921600bd
commit 1fd9353d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Flask-Security-Too==5.1.*
Flask-SocketIO==5.3.*
WTForms==3.0.*
passlib==1.*
pytz==2022.*
pytz==2023.*
speaklater3==1.*
sqlparse==0.*
psutil==5.9.*