Skip to content

Commit

Permalink
feat: bump frozenlist to 1.5.0 and yarl to 1.9.11 (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 efa675a commit 32854a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
| [exceptiongroup](https://pypi.org/project/exceptiongroup) | 1.1.3 | python3_devtools |
| [execnet](https://execnet.readthedocs.io/en/latest/) | 2.0.2 | python3_devtools |
| [executing](https://github.com/alexmojaki/executing) | 2.0.1 | python3 |
| [expandvars](https://github.com/sayanarijit/expandvars) | 0.12.0 | python3 |
| [fastentrypoints](https://github.com/ninjaaron/fast-entry_points) | 0.12 | python3 |
| [filelock](https://github.com/tox-dev/py-filelock) | 3.12.3 | python3_core |
| [filprofiler](https://pythonspeed.com/fil/) | 2024.11.2 | python3_devtools |
Expand All @@ -74,7 +75,7 @@
| [flit_core](https://pypi.org/project/flit_core) | 3.9.0 | python3_core |
| [flit_scm](https://gitlab.com/WillDaSilva/flit_scm) | 1.7.0 | python3_devtools |
| [freezegun](https://github.com/spulec/freezegun) | 1.2.2 | python3_devtools |
| [frozenlist](https://github.com/aio-libs/frozenlist) | 1.4.0 | python3 |
| [frozenlist](https://github.com/aio-libs/frozenlist) | 1.5.0 | python3 |
| [fsspec](https://github.com/fsspec/filesystem_spec) | 2023.9.2 | python3 |
| [gdal](http://www.gdal.org) | 3.8.3 | scientific_core |
| [geojson](https://github.com/jazzband/geojson) | 3.1.0 | python3 |
Expand Down Expand Up @@ -299,9 +300,9 @@
| [xattrfile](https://github.com/metwork-framework/xattrfile) | 6df2a84 | python3 |
| [xmltodict](https://github.com/martinblech/xmltodict) | 0.13.0 | python3 |
| [yajl](https://lloyd.github.io/yajl/) | 2.1.0 | core |
| [yarl](https://github.com/aio-libs/yarl/) | 1.9.2 | python3 |
| [yarl](https://github.com/aio-libs/yarl) | 1.9.11 | python3 |
| [yq](https://github.com/kislyuk/yq) | 3.2.2 | python3 |
| [zeromq](https://zeromq.org/) | 4.3.4 | core |
| [zipp](https://github.com/jaraco/zipp) | 3.19.2 | python3_core |

*(303 components)*
*(304 components)*
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
expandvars
hatch-fancy-pypi-readme
hatch-nodejs-version
hatch-requirements-txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
expandvars==0.12.0
hatch-fancy-pypi-readme==23.1.0
hatch-nodejs-version==0.3.2
hatch-requirements-txt==0.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ diskcache==5.6.3
entrypoints==0.4
-e git+https://github.com/metwork-framework/envtpl.git@136972101464853a57b61e485608167fe75f5f71#egg=envtpl
executing==2.0.1
frozenlist==1.4.0
frozenlist==1.5.0
fsspec==2023.9.2
geojson==3.1.0
gitignore-parser==0.1.11
Expand Down Expand Up @@ -119,5 +119,5 @@ whichcraft==0.6.1
wrapt==1.16.0
-e git+https://github.com/metwork-framework/xattrfile.git@6df2a841127cc24775961164e9c07095e3f6007b#egg=xattrfile
xmltodict==0.13.0
yarl==1.9.2
yarl==1.9.11
yq==3.2.2

0 comments on commit 32854a5

Please sign in to comment.