Skip to content

Commit

Permalink
feat: bump libcst to 1.5.0 and pyinstaller to 6.3.0 (for Python 3.13) (
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 15, 2024
1 parent 89baa8c commit 9afd552
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
| [layerapi2](https://github.com/metwork-framework/layerapi2) | 0.0.4 | core |
| [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) | 1.9.0 | python3_devtools |
| [lazy_import](https://github.com/mnmelo/lazy_import) | 0.2.2 | python3 |
| [libcst](https://pypi.org/project/libcst) | 1.1.0 | python3_devtools |
| [libcst](https://pypi.org/project/libcst) | 1.5.0 | python3_devtools |
| [libevent](https://libevent.org/) | 2.1.12 | core |
| [libgeotiff](https://github.com/OSGeo/libgeotiff) | 1.7.1 | scientific_core |
| [libspatialite](https://www.gaia-gis.it/fossil/libspatialite) | 5.1.0 | scientific_core |
Expand Down Expand Up @@ -213,8 +213,8 @@
| [pyflakes](https://github.com/PyCQA/pyflakes) | 3.1.0 | python3_devtools |
| [Pygments](https://pygments.org) | 2.16.1 | python3 |
| [pyinotify](http://github.com/seb-m/pyinotify) | 0.9.6 | python3 |
| [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) | 2024.0 | python3_devtools |
| [pyinstaller](https://www.pyinstaller.org/) | 6.3.0 | python3_devtools |
| [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) | 2024.8 | python3_devtools |
| [pyinstaller](https://www.pyinstaller.org/) | 6.10.0 | python3_devtools |
| [pylint](https://github.com/pylint-dev/pylint) | 3.0.1 | python3_devtools |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | 10.3 | python3_devtools |
| [PyNaCl](https://github.com/pyca/pynacl/) | 1.5.0 | python3 |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
aiohappyeyeballs
filprofiler
isort
libcst
mkdocs-awesome-pages-plugin
panoply
py-spy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ iniconfig==2.0.0
isort==5.12.0
jmespath==1.0.1
lazy-object-proxy==1.9.0
libcst==1.1.0
libcst==1.5.0
livereload==2.6.3
lunr==0.7.0.post1
Mako==1.2.4
Expand All @@ -47,8 +47,8 @@ pre-commit==4.0.1
py-spy==0.3.14
pydocstyle==6.1.1
pyflakes==3.1.0
pyinstaller-hooks-contrib==2024.0
pyinstaller==6.3.0
pyinstaller-hooks-contrib==2024.8
pyinstaller==6.10.0
pylint==3.0.1
pymdown-extensions==10.3
pytest==7.4.4
Expand Down

0 comments on commit 9afd552

Please sign in to comment.