update python packages for minimal and recommended

This commit is contained in:
Erik Gomez
2024-02-01 10:41:17 -06:00
parent a9c3bba87b
commit 0742f40c83
2 changed files with 32 additions and 32 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
cffi==1.15.1 cffi==1.16.0
--no-binary cffi --no-binary cffi
pycparser==2.21 pycparser==2.21
pyobjc==9.0.1 pyobjc==10.1
six==1.16.0 six==1.16.0
xattr==0.10.1 xattr==1.0.0
--no-binary xattr --no-binary xattr
+29 -29
View File
@@ -1,40 +1,40 @@
asn1crypto==1.5.1 asn1crypto==1.5.1
aspy.yaml==1.3.0 aspy.yaml==1.3.0
attrs==22.2.0 attrs==23.2.0
black==22.12.0 black==24.1.1
certifi==2023.7.22 certifi==2023.11.17
cffi==1.15.1 cffi==1.16.0
--no-binary cffi --no-binary cffi
cfgv==3.3.1 cfgv==3.4.0
charset-normalizer==2.1.1 charset-normalizer==3.3.2
click==8.1.3 click==8.1.7
distlib==0.3.6 distlib==0.3.8
docklib==1.3.0 docklib==1.3.0
entrypoints==0.4 entrypoints==0.4
filelock==3.9.0 filelock==3.13.1
flake8==6.0.0 flake8==7.0.0
flake8-bugbear==22.12.6 flake8-bugbear==24.1.17
identify==2.5.12 identify==2.5.33
idna==3.4 idna==3.6
isort==5.11.4 isort==5.13.2
mccabe==0.7.0 mccabe==0.7.0
mypy-extensions==0.4.3 mypy-extensions==1.0.0
nodeenv==1.7.0 nodeenv==1.8.0
packaging==23.0 packaging==23.2
pathspec==0.10.3 pathspec==0.12.1
platformdirs==2.6.2 platformdirs==4.2.0
pre-commit==2.21.0 pre-commit==3.6.0
pycodestyle==2.10.0 pycodestyle==2.11.1
pycparser==2.21 pycparser==2.21
pyflakes==3.0.1 pyflakes==3.2.0
pyobjc==9.0.1 pyobjc==10.1
PyYAML==6.0 PyYAML==6.0.1
--no-binary PyYAML --no-binary PyYAML
requests==2.31.0 requests==2.31.0
six==1.16.0 six==1.16.0
tokenize-rt==5.0.0 tokenize-rt==5.2.0
tomli==2.0.1 tomli==2.0.1
urllib3==1.26.18 urllib3==2.2.0
virtualenv==20.17.1 virtualenv==20.25.0
xattr==0.10.1 xattr==1.0.0
--no-binary xattr --no-binary xattr