Skip to content

Commit

Permalink
update python packages for minimal and recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Feb 1, 2024
1 parent a9c3bba commit 0742f40
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions requirements_minimal.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cffi==1.15.1
cffi==1.16.0
--no-binary cffi
pycparser==2.21
pyobjc==9.0.1
pyobjc==10.1
six==1.16.0
xattr==0.10.1
xattr==1.0.0
--no-binary xattr
58 changes: 29 additions & 29 deletions requirements_recommended.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
asn1crypto==1.5.1
aspy.yaml==1.3.0
attrs==22.2.0
black==22.12.0
certifi==2023.7.22
cffi==1.15.1
attrs==23.2.0
black==24.1.1
certifi==2023.11.17
cffi==1.16.0
--no-binary cffi
cfgv==3.3.1
charset-normalizer==2.1.1
click==8.1.3
distlib==0.3.6
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
distlib==0.3.8
docklib==1.3.0
entrypoints==0.4
filelock==3.9.0
flake8==6.0.0
flake8-bugbear==22.12.6
identify==2.5.12
idna==3.4
isort==5.11.4
filelock==3.13.1
flake8==7.0.0
flake8-bugbear==24.1.17
identify==2.5.33
idna==3.6
isort==5.13.2
mccabe==0.7.0
mypy-extensions==0.4.3
nodeenv==1.7.0
packaging==23.0
pathspec==0.10.3
platformdirs==2.6.2
pre-commit==2.21.0
pycodestyle==2.10.0
mypy-extensions==1.0.0
nodeenv==1.8.0
packaging==23.2
pathspec==0.12.1
platformdirs==4.2.0
pre-commit==3.6.0
pycodestyle==2.11.1
pycparser==2.21
pyflakes==3.0.1
pyobjc==9.0.1
PyYAML==6.0
pyflakes==3.2.0
pyobjc==10.1
PyYAML==6.0.1
--no-binary PyYAML
requests==2.31.0
six==1.16.0
tokenize-rt==5.0.0
tokenize-rt==5.2.0
tomli==2.0.1
urllib3==1.26.18
virtualenv==20.17.1
xattr==0.10.1
--no-binary xattr
urllib3==2.2.0
virtualenv==20.25.0
xattr==1.0.0
--no-binary xattr

0 comments on commit 0742f40

Please sign in to comment.