diff --git a/pixi.lock b/pixi.lock index d5e3d23..3e6c073 100644 --- a/pixi.lock +++ b/pixi.lock @@ -445,8 +445,8 @@ environments: - conda: https://prefix.dev/conda-forge/noarch/wcwidth-0.8.2-pyhd8ed1ab_0.conda - conda: https://prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda - conda: https://prefix.dev/ship/linux-64/shipgeometry-0.2.1-hb0f4dca_2.conda + - pypi: https://files.pythonhosted.org/packages/62/e6/5cd908c8a2caa47fdb0543d6dbc8655b78a53b83514819d66e7f71ecee16/gersemi-0.28.1-cp314-cp314-manylinux_2_28_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/6f/6e/93b09b0e6da931841a779ab926c913e524901eba8c6ee8920550816239c1/gersemi-0.28.0-cp314-cp314-manylinux_2_28_x86_64.whl packages: - conda: https://prefix.dev/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda build_number: 20 @@ -4169,6 +4169,13 @@ packages: - shipgeometry >=0.2.1,<0.3.0a0 size: 367197 timestamp: 1784733077186 +- pypi: https://files.pythonhosted.org/packages/62/e6/5cd908c8a2caa47fdb0543d6dbc8655b78a53b83514819d66e7f71ecee16/gersemi-0.28.1-cp314-cp314-manylinux_2_28_x86_64.whl + name: gersemi + version: 0.28.1 + sha256: 065cf4bc6c9b72f0fe9f0f3da4e2e4fdb97bf3bd419059599241d5e155cde262 + requires_dist: + - pyyaml>=5,<7 + 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 @@ -4182,10 +4189,3 @@ packages: - testfixtures ; extra == 'dev' - tox<5 ; extra == 'dev' requires_python: '>=3.9' -- 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 da4283f..9b71643 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.28.0" +gersemi = "==0.28.1" [feature.lint.tasks] lint = "prek run --all-files"