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
> pip-review
)raintree==3.30.0 is available (you have 3.27.0
)assandra-driver==3.7.1 is available (you have 2.7.1
)ffi==1.8.3 is available (you have 1.3.1
)ryptography==1.5.2 is available (you have 1.1.1
)ssselect==1.0.0 is available (you have 0.9.1
pip-review 0.5
Consistent across multiple versions of Windows 10.
Same issue in Command Prompt, PowerShell and mintty.
> python
Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.getlocale()
(None, None)
>>> locale.getdefaultlocale()
('en_GB', 'cp1252')
The text was updated successfully, but these errors were encountered:
My guess is that a previous parse only looked for \n instead of the platform line endings.
We see here that there is an extra \r at the end of the current version number.
Split from #13
pip-review 0.5
Consistent across multiple versions of Windows 10.
Same issue in Command Prompt, PowerShell and mintty.
The text was updated successfully, but these errors were encountered: