Update to Python 3.9.10 and update libs (#36)
* Update to Python 3.9.10 and update libs * Fix tokenize-rt version as 4.2.0 was yanked * PyObjC doesn't seem universal anymore, trying to force a build * Let's upgrade to latest release of PyObjC * Update release notes to reflect PyObjC change
This commit is contained in:
@@ -1,46 +1,47 @@
|
||||
appdirs==1.4.4
|
||||
asn1crypto==1.4.0
|
||||
--no-binary asn1crypto
|
||||
attrs==21.2.0
|
||||
black==21.6b0
|
||||
certifi==2021.05.30
|
||||
cffi==1.14.5
|
||||
attrs==21.4.0
|
||||
black==22.1.0
|
||||
--no-binary black
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
--no-binary cffi
|
||||
cfgv==3.3.0
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
distlib==0.3.2
|
||||
cfgv==3.3.1
|
||||
chardet==4.0.0
|
||||
click==8.0.3
|
||||
distlib==0.3.4
|
||||
docklib==1.3.0
|
||||
entrypoints==0.3
|
||||
filelock==3.0.12
|
||||
flake8-bugbear==21.4.3
|
||||
flake8==3.9.2
|
||||
identify==2.2.10
|
||||
idna==2.10
|
||||
importlib-metadata==4.6.1
|
||||
isort==5.9.2
|
||||
filelock==3.4.2
|
||||
flake8-bugbear==22.1.11
|
||||
flake8==4.0.1
|
||||
identify==2.4.7
|
||||
idna==3.3
|
||||
importlib-metadata==4.10.1
|
||||
isort==5.10.1
|
||||
mccabe==0.6.1
|
||||
nodeenv==1.6.0
|
||||
packaging==21.0
|
||||
pathspec==0.8.1
|
||||
pre-commit==2.13.0
|
||||
pycodestyle==2.7.0
|
||||
pycparser==2.20
|
||||
pyflakes==2.3.1
|
||||
pyobjc==7.0.1
|
||||
pyparsing==2.4.7
|
||||
PyYAML==5.4.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
pre-commit==2.17.0
|
||||
pycodestyle==2.8.0
|
||||
pycparser==2.21
|
||||
pyflakes==2.4.0
|
||||
pyobjc==8.2
|
||||
pyparsing==3.0.7
|
||||
PyYAML==6.0
|
||||
--no-binary PyYAML
|
||||
regex==2021.7.6
|
||||
regex==2022.1.18
|
||||
--no-binary regex
|
||||
requests==2.25.1
|
||||
requests==2.27.1
|
||||
six==1.16.0
|
||||
tokenize-rt==4.1.0
|
||||
tokenize-rt==4.2.1
|
||||
toml==0.10.2
|
||||
typed-ast==1.4.3
|
||||
typed-ast==1.5.2
|
||||
--no-binary typed-ast
|
||||
urllib3==1.26.6
|
||||
virtualenv==20.0.27
|
||||
xattr==0.9.7
|
||||
urllib3==1.26.8
|
||||
virtualenv==20.13.0
|
||||
xattr==0.9.9
|
||||
--no-binary xattr
|
||||
zipp==3.5.0
|
||||
zipp==3.7.0
|
||||
|
||||
Reference in New Issue
Block a user