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:
@@ -11,7 +11,7 @@ packaging==20.4
|
||||
Pygments==2.7.4
|
||||
pyparsing==2.4.7
|
||||
pytz==2020.1
|
||||
requests==2.24.0
|
||||
requests==2.25.1
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
Sphinx==3.1.2
|
||||
@@ -21,4 +21,4 @@ sphinxcontrib-htmlhelp==1.0.3
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.4
|
||||
urllib3==1.25.9
|
||||
urllib3==1.26.5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
aspy.yaml==1.3.0
|
||||
PyYAML==5.3.1
|
||||
PyYAML==5.4.1
|
||||
|
||||
@@ -6,7 +6,7 @@ identify==1.4.21
|
||||
importlib-metadata==1.7.0
|
||||
nodeenv==1.4.0
|
||||
pre-commit==2.6.0
|
||||
PyYAML==5.3.1
|
||||
PyYAML==5.4.1
|
||||
six==1.15.0
|
||||
toml==0.10.1
|
||||
virtualenv==20.0.26
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
idna==2.10
|
||||
requests==2.24.0
|
||||
urllib3==1.25.9
|
||||
requests==2.25.1
|
||||
urllib3==1.26.5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
pyasn1==0.4.8
|
||||
rsa==4.6
|
||||
rsa==4.7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
idna==2.10
|
||||
requests==2.24.0
|
||||
requests==2.25.1
|
||||
slacker==0.14.0
|
||||
urllib3==1.25.9
|
||||
urllib3==1.26.5
|
||||
|
||||
Reference in New Issue
Block a user