diff --git a/pixi.lock b/pixi.lock index 4db6852..f5e61ec 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,6 +1,11 @@ version: 7 platforms: - name: linux-64 + virtual-packages: + - __unix=0=0 + - __linux=4.18 + - __glibc=2.28 + - __archspec=0=x86_64 environments: default: channels: @@ -441,10 +446,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.8.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda - - pypi: https://files.pythonhosted.org/packages/1f/24/d78b534075bfc9cf51b555c7d180ff516636b83e42565263dc84b8f4b794/gersemi-0.27.7-cp314-cp314-manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/49/14/32e3a2c4313367a38b9c8b564785444bb3ed31317386fb81efd80496a5af/ignore_python-0.3.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/66/65/08d3a5039b565231c501b31d1a973d4222e9803c03b2c31a9c08bdec3e30/cpplint-2.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/e6/cd9575ac904136b3cbf7aa7ee819ef86eedb7274e46f230e94ea4342e729/platformdirs-4.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6f/6e/93b09b0e6da931841a779ab926c913e524901eba8c6ee8920550816239c1/gersemi-0.28.0-cp314-cp314-manylinux_2_28_x86_64.whl packages: - conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda build_number: 20 @@ -4197,21 +4200,6 @@ packages: run_exports: {} size: 24190 timestamp: 1779159948016 -- pypi: https://files.pythonhosted.org/packages/1f/24/d78b534075bfc9cf51b555c7d180ff516636b83e42565263dc84b8f4b794/gersemi-0.27.7-cp314-cp314-manylinux_2_28_x86_64.whl - name: gersemi - version: 0.27.7 - sha256: 18eac04a70f4e9578e200f10d1da4f2af4d2487e65a0d54aa4f12701fb9af4f6 - requires_dist: - - ignore-python>=0.3,<0.4 - - platformdirs - - pyyaml>=5,<7 - - colorama>=0.4 ; extra == 'color' - requires_python: '>=3.8' -- pypi: https://files.pythonhosted.org/packages/49/14/32e3a2c4313367a38b9c8b564785444bb3ed31317386fb81efd80496a5af/ignore_python-0.3.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - name: ignore-python - version: 0.3.3 - sha256: 0f50dd3c3f0ef982e256d9e702b44c1d81cbe0da2d98746d5b189bc1fd5191cd - requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/66/65/08d3a5039b565231c501b31d1a973d4222e9803c03b2c31a9c08bdec3e30/cpplint-2.0.2-py3-none-any.whl name: cpplint version: 2.0.2 @@ -4225,8 +4213,10 @@ packages: - testfixtures ; extra == 'dev' - tox<5 ; extra == 'dev' requires_python: '>=3.9' -- pypi: https://files.pythonhosted.org/packages/81/e6/cd9575ac904136b3cbf7aa7ee819ef86eedb7274e46f230e94ea4342e729/platformdirs-4.10.0-py3-none-any.whl - name: platformdirs - version: 4.10.0 - sha256: fb516cdb12eb0d857d0cd85a7c57cea4d060bee4578d6cf5a14dfdf8cbf8784a - requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/6f/6e/93b09b0e6da931841a779ab926c913e524901eba8c6ee8920550816239c1/gersemi-0.28.0-cp314-cp314-manylinux_2_28_x86_64.whl + name: gersemi + version: 0.28.0 + sha256: 33f5868f68feeaaf9b7f8a0a097a847494135ac7f1765b8e7b400d442a4a5748 + requires_dist: + - pyyaml>=5,<7 + requires_python: '>=3.8' diff --git a/pixi.toml b/pixi.toml index 28dfba5..a891604 100644 --- a/pixi.toml +++ b/pixi.toml @@ -74,7 +74,7 @@ commitizen = "*" # repo's 0.27.7 and would reflow CMake files. [feature.lint.pypi-dependencies] cpplint = "==2.0.2" -gersemi = "==0.27.7" +gersemi = "==0.28.0" [feature.lint.tasks] lint = "prek run --all-files"