We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0887d8 commit 767a8adCopy full SHA for 767a8ad
requirements.in
@@ -7,7 +7,7 @@ pbr==1.10.0
7
protobuf==3.19.0
8
pyopenssl==19.1.0
9
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
10
-pytz==2021.1
+pytz==2021.3
11
requests>=2.20.0
12
urllib3>=1.24.3
13
deprecated==1.2.13
requirements.txt
@@ -36,7 +36,7 @@ pycparser==2.18
36
# via cffi
37
38
# via -r requirements.in
39
40
41
pyyaml==5.2
42
setup.py
@@ -26,7 +26,7 @@
26
"asn1==2.2.0",
27
"pyopenssl>=18.0.0",
28
"iso8601==0.1.16",
29
- "pytz==2021.1",
+ "pytz==2021.3",
30
],
31
extras_require={
32
"examples": [
0 commit comments