Combined dependabot and docklib PRs (#30)
* Combined dependabot and docklib PRs * Update requests to 2.25.1 * Add additional debug output when archs do not match * Update PyYAML to 5.4.1 * Update Python to 3.9.5 * Update github action to do python 3.9.5 * Fix MACOS_VERSION name as they now use 11 upstream instead of 11.0 * Trying minimal to confirm that works * First stab at updating all recommended libs, will need another pr * Fix lib versions * Requests was unhappy with idna 3, reverting to 2.x * Revert pyobjc to 7.0.1 * force compilation for items that lack a universal binary * bad copy pasta * Update release description * Only create a release and upload signed packages if on main * try some more fixes Co-authored-by: erikg <e@eriknicolasgomez.com>
This commit is contained in:
@@ -1,43 +1,44 @@
|
||||
appdirs==1.4.4
|
||||
aspy.yaml==1.3.0
|
||||
attrs==19.3.0
|
||||
black==19.10b0
|
||||
certifi==2020.6.20
|
||||
cffi==1.14.4
|
||||
attrs==21.2.0
|
||||
black==21.6b0
|
||||
certifi==2021.05.30
|
||||
cffi==1.14.5
|
||||
--no-binary cffi
|
||||
cfgv==3.1.0
|
||||
cfgv==3.3.0
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
distlib==0.3.1
|
||||
docklib==1.2.0
|
||||
distlib==0.3.2
|
||||
docklib==1.3.0
|
||||
entrypoints==0.3
|
||||
filelock==3.0.12
|
||||
flake8-bugbear==20.1.4
|
||||
flake8==3.8.3
|
||||
identify==1.4.21
|
||||
flake8-bugbear==21.4.3
|
||||
flake8==3.9.2
|
||||
identify==2.2.10
|
||||
idna==2.10
|
||||
importlib-metadata==1.7.0
|
||||
isort==5.0.6
|
||||
importlib-metadata==4.6.1
|
||||
isort==5.9.2
|
||||
mccabe==0.6.1
|
||||
nodeenv==1.4.0
|
||||
packaging==20.4
|
||||
pathspec==0.8.0
|
||||
pre-commit==2.6.0
|
||||
pycodestyle==2.6.0
|
||||
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.2.0
|
||||
pyflakes==2.3.1
|
||||
pyobjc==7.0.1
|
||||
pyparsing==2.4.7
|
||||
PyYAML==5.3.1
|
||||
regex==2020.6.8
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
tokenize-rt==4.0.0
|
||||
toml==0.10.1
|
||||
typed-ast==1.4.1
|
||||
PyYAML==5.4.1
|
||||
--no-binary PyYAML
|
||||
regex==2021.7.6
|
||||
--no-binary regex
|
||||
requests==2.25.1
|
||||
six==1.16.0
|
||||
tokenize-rt==4.1.0
|
||||
toml==0.10.2
|
||||
typed-ast==1.4.3
|
||||
--no-binary typed-ast
|
||||
urllib3==1.25.9
|
||||
virtualenv==20.0.26
|
||||
urllib3==1.26.6
|
||||
virtualenv==20.0.27
|
||||
xattr==0.9.7
|
||||
--no-binary xattr
|
||||
zipp==3.1.0
|
||||
zipp==3.5.0
|
||||
|
||||
Reference in New Issue
Block a user