You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protobuf==3.20.1; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.7"
88
+
protobuf==3.20.3; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.7"
88
89
ptyprocess==0.7.0; os_name!="nt" and python_version >= "3.7" and sys_platform != "win32"
89
90
py==1.11.0; python_version>="3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
90
91
pyarrow==8.0.0; python_version>="3.7"
91
-
pycparser==2.21; python_version>="3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
92
+
pycparser==2.21; python_version>="3.7" and python_full_version < "3.0.0"and implementation_name == "pypy"or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
92
93
pydantic==1.9.1; python_full_version>="3.6.1" and python_version >= "3.6"
93
94
pydeck==0.7.1; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.7"
94
95
pygments==2.12.0; python_full_version>="3.6.3" and python_full_version < "4.0.0" and python_version >= "3.7"
python-dateutil==2.8.2; python_full_version>="3.7.1" and python_version >= "3.7" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7") and python_version < "4.0"
99
100
python-dotenv==0.19.2; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.5"
100
101
python-nubia==0.2b5; python_version>="3.6"
101
-
pytz==2022.1; python_full_version>="3.7.1" and python_version >= "3.7"
102
-
pywin32==304; sys_platform=="win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
102
+
pytz==2022.1; python_full_version>="3.7.1" and python_version >= "3.7" and python_version < "4.0"
103
+
pywin32==304; sys_platform=="win32" and platform_python_implementation != "PyPy" and python_version >= "3.8"
103
104
pywinpty==2.0.5; os_name=="nt" and python_version >= "3.7"
104
105
pyyaml==6.0; python_version>="3.6"
105
106
pyzmq==23.1.0; python_version>="3.7"
@@ -110,7 +111,7 @@ semver==2.13.0; python_full_version >= "3.7.1" and python_version >= "3.7" and p
110
111
send2trash==1.8.0; python_version>="3.7"
111
112
setuptools-scm==6.4.2; python_version>="3.7"
112
113
simplejson==3.17.6; python_full_version>="3.7.1" and python_version < "4.0"
113
-
six==1.16.0; python_full_version>="3.7.1" and python_version >= "3.7"
114
+
six==1.16.0; python_full_version>="3.7.1" and python_version >= "3.7" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7")
114
115
smmap==5.0.0; python_version>="3.7"
115
116
soupsieve==2.3.2.post1; python_full_version>="3.6.0" and python_version >= "3.7"
116
117
starlette==0.14.2; python_version>="3.6"
@@ -126,11 +127,11 @@ toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (py
126
127
tomli==2.0.1; python_version>="3.7"
127
128
toolz==0.11.2; python_version>="3.7"
128
129
tornado==6.1; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.7"
129
-
traitlets==5.2.2.post1; python_full_version>="3.7.0" and python_version >= "3.7"
130
+
traitlets==5.2.2.post1; python_full_version>="3.7.0" and python_version >= "3.8"
130
131
typing-extensions==4.2.0; python_full_version>="3.7.1" and python_version >= "3.7" and python_full_version < "4.0.0" and python_version < "3.9"
131
132
typing-inspect==0.7.1; python_version>="3.6"
132
133
tzlocal==2.1
133
-
urllib3==1.26.9; python_version>="3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
134
+
urllib3==1.26.13; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
134
135
uvicorn==0.14.0
135
136
uvloop==0.16.0; python_version>="3.7"
136
137
validators==0.20.0; python_full_version>="3.7.1" and python_version < "4.0" and python_version >= "3.7"
0 commit comments