Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
ab555c2
1
Parent(s):
137630d
Bump pytz from 2022.7.1 to 2023.3
Browse filesBumps [pytz](https://github.com/stub42/pytz) from 2022.7.1 to 2023.3.
- [Commits](https://github.com/stub42/pytz/compare/release_2022.7.1...release_2023.3)
---
updated-dependencies:
- dependency-name: pytz
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -19,7 +19,7 @@ pyroaddon==1.0.6
|
|
19 |
pyrogram==2.0.106; python_version >= "3.8"
|
20 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
-
pytz==
|
23 |
pyyaml==6.0; python_version >= "3.6"
|
24 |
regex==2023.6.3; python_version >= "3.6"
|
25 |
requests==2.28.2
|
|
|
19 |
pyrogram==2.0.106; python_version >= "3.8"
|
20 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
+
pytz==2023.3
|
23 |
pyyaml==6.0; python_version >= "3.6"
|
24 |
regex==2023.6.3; python_version >= "3.6"
|
25 |
requests==2.28.2
|