diff --git a/pixi.lock b/pixi.lock index d3d9779..368a401 100644 --- a/pixi.lock +++ b/pixi.lock @@ -743,13 +743,13 @@ packages: - pyyaml>=5.0 - rocker>=0.2.17 - toml>=0.10 - - black<=24.10.0,>=23 ; extra == 'test' - - coverage<=7.6.1,>=7.5.4 ; extra == 'test' - - hypothesis<=6.112.5,>=6.104.2 ; extra == 'test' - - pylint<=3.3.1,>=3.2.5 ; extra == 'test' - - pytest-cov<=5.0.0,>=4.1 ; extra == 'test' - - pytest<=8.3.3,>=7.4 ; extra == 'test' - - ruff<=0.6.9,>=0.5.0 ; extra == 'test' + - black>=23,<=24.10.0 ; extra == 'test' + - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.112.5 ; extra == 'test' + - pylint>=3.2.5,<=3.3.1 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.3.3 ; extra == 'test' + - ruff>=0.5.0,<=0.6.9 ; extra == 'test' - kind: pypi name: dill version: 0.3.9 @@ -826,7 +826,7 @@ packages: sha256: b7733459ae9a93020fac3b91b41473c9b85e975139a152a70d88f3a5caa3fa3f requires_dist: - attrs>=22.2.0 - - sortedcontainers<3.0.0,>=2.1.0 + - sortedcontainers>=2.1.0,<3.0.0 - exceptiongroup>=1.0.0 ; python_full_version < '3.11' - black>=19.10b0 ; extra == 'all' - click>=7.0 ; extra == 'all' @@ -894,13 +894,13 @@ packages: sha256: edfe62481c15dac711c59fcd655043bb8e6f91786ea5807527a062ef82cc5888 requires_dist: - rocker>=0.2.17 - - black<=24.8.0,>=23 ; extra == 'test' - - coverage<=7.6.1,>=7.5.4 ; extra == 'test' - - hypothesis<=6.112.1,>=6.104.2 ; extra == 'test' - - pylint<=3.2.7,>=3.2.5 ; extra == 'test' - - pytest-cov<=5.0.0,>=4.1 ; extra == 'test' - - pytest<=8.3.3,>=7.4 ; extra == 'test' - - ruff<=0.6.5,>=0.5.0 ; extra == 'test' + - black>=23,<=24.8.0 ; extra == 'test' + - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.112.1 ; extra == 'test' + - pylint>=3.2.5,<=3.2.7 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.3.3 ; extra == 'test' + - ruff>=0.5.0,<=0.6.5 ; extra == 'test' - kind: conda name: ld_impl_linux-64 version: '2.43' @@ -1167,13 +1167,13 @@ packages: sha256: 93ad2fe65a7d33dccbfcae4ea38b250f01dbc77d32972aff11395a5d32e69340 requires_dist: - rocker>=0.2.17 - - black<=24.8.0,>=23 ; extra == 'test' - - coverage<=7.6.1,>=7.5.4 ; extra == 'test' - - hypothesis<=6.112.1,>=6.104.2 ; extra == 'test' - - pylint<=3.2.7,>=3.2.5 ; extra == 'test' - - pytest-cov<=5.0.0,>=4.1 ; extra == 'test' - - pytest<=8.3.3,>=7.4 ; extra == 'test' - - ruff<=0.6.5,>=0.5.0 ; extra == 'test' + - black>=23,<=24.8.0 ; extra == 'test' + - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.112.1 ; extra == 'test' + - pylint>=3.2.5,<=3.2.7 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.3.3 ; extra == 'test' + - ruff>=0.5.0,<=0.6.5 ; extra == 'test' - kind: pypi name: pathspec version: 0.12.1 @@ -1194,13 +1194,13 @@ packages: sha256: d838dde7b31eb776525e949004eaedfcacb7472193584c36ff14c9a4f27fdd7e requires_dist: - rocker>=0.2.17 - - black<=24.10.0,>=23 ; extra == 'test' - - coverage<=7.6.1,>=7.5.4 ; extra == 'test' - - hypothesis<=6.112.5,>=6.104.2 ; extra == 'test' - - pylint<=3.3.1,>=3.2.5 ; extra == 'test' - - pytest-cov<=5.0.0,>=4.1 ; extra == 'test' - - pytest<=8.3.3,>=7.4 ; extra == 'test' - - ruff<=0.6.9,>=0.5.0 ; extra == 'test' + - black>=23,<=24.10.0 ; extra == 'test' + - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.112.5 ; extra == 'test' + - pylint>=3.2.5,<=3.3.1 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.3.3 ; extra == 'test' + - ruff>=0.5.0,<=0.6.9 ; extra == 'test' - kind: pypi name: platformdirs version: 4.3.6 @@ -1241,9 +1241,9 @@ packages: sha256: 2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9 requires_dist: - platformdirs>=2.2.0 - - astroid<=3.4.0.dev0,>=3.3.4 - - isort!=5.13.0,<6,>=4.2.5 - - mccabe<0.8,>=0.6 + - astroid>=3.3.4,<=3.4.0.dev0 + - isort>=4.2.5,!=5.13.0,<6 + - mccabe>=0.6,<0.8 - tomlkit>=0.10.1 - typing-extensions>=3.10.0 ; python_full_version < '3.10' - dill>=0.2 ; python_full_version < '3.11' @@ -1262,7 +1262,7 @@ packages: requires_dist: - iniconfig - packaging - - pluggy<2,>=1.5 + - pluggy>=1.5,<2 - exceptiongroup>=1.0.0rc8 ; python_full_version < '3.11' - tomli>=1 ; python_full_version < '3.11' - colorama ; sys_platform == 'win32' @@ -1518,12 +1518,12 @@ packages: url: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl sha256: 70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 requires_dist: - - charset-normalizer<4,>=2 - - idna<4,>=2.5 - - urllib3<3,>=1.21.1 + - charset-normalizer>=2,<4 + - idna>=2.5,<4 + - urllib3>=1.21.1,<3 - certifi>=2017.4.17 - - pysocks!=1.5.7,>=1.5.6 ; extra == 'socks' - - chardet<6,>=3.0.2 ; extra == 'use-chardet-on-py3' + - pysocks>=1.5.6,!=1.5.7 ; extra == 'socks' + - chardet>=3.0.2,<6 ; extra == 'use-chardet-on-py3' requires_python: '>=3.8' - kind: pypi name: rocker @@ -1554,27 +1554,27 @@ packages: - lazygit-rocker>=0.0.1 ; extra == 'extensions' - palanteer-rocker>=0.0.1 ; extra == 'extensions' - pixi-rocker>=0.0.9 ; extra == 'extensions' - - black<=24.8.0,>=23 ; extra == 'test' - - coverage<=7.6.1,>=7.5.4 ; extra == 'test' - - hypothesis<=6.112.2,>=6.104.2 ; extra == 'test' - - pylint<=3.3.1,>=3.2.5 ; extra == 'test' - - pytest-cov<=5.0.0,>=4.1 ; extra == 'test' - - pytest<=8.3.3,>=7.4 ; extra == 'test' - - ruff<=0.6.8,>=0.5.0 ; extra == 'test' + - black>=23,<=24.8.0 ; extra == 'test' + - coverage>=7.5.4,<=7.6.1 ; extra == 'test' + - hypothesis>=6.104.2,<=6.112.2 ; extra == 'test' + - pylint>=3.2.5,<=3.3.1 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.3.3 ; extra == 'test' + - ruff>=0.5.0,<=0.6.8 ; extra == 'test' - kind: pypi name: rockervsc version: 0.3.2 path: . - sha256: 240dbcd03900a18a3786ef43a01035195730411481663fb3bf5af890fb9adce2 + sha256: 43dfbd00017ae4041b6725d199910250336af98c137ff341081350c6dc1156e6 requires_dist: - rockerc[extensions]>=0.4.2 - black>=23,<=24.10.0 ; extra == 'test' - pylint>=3.2.5,<=3.3.1 ; extra == 'test' - - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest-cov>=4.1,<=6.0.0 ; extra == 'test' - pytest>=7.4,<=8.3.3 ; extra == 'test' - - hypothesis>=6.104.2,<=6.115.5 ; extra == 'test' - - ruff>=0.5.0,<=0.7.1 ; extra == 'test' - - coverage>=7.5.4,<=7.6.4 ; extra == 'test' + - hypothesis>=6.104.2,<=6.121.2 ; extra == 'test' + - ruff>=0.5.0,<=0.8.1 ; extra == 'test' + - coverage>=7.5.4,<=7.6.8 ; extra == 'test' editable: true - kind: pypi name: ruff @@ -1655,8 +1655,8 @@ packages: requires_dist: - brotli>=1.0.9 ; platform_python_implementation == 'CPython' and extra == 'brotli' - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'brotli' - - h2<5,>=4 ; extra == 'h2' - - pysocks!=1.5.7,<2.0,>=1.5.6 ; extra == 'socks' + - h2>=4,<5 ; extra == 'h2' + - pysocks>=1.5.6,!=1.5.7,<2.0 ; extra == 'socks' - zstandard>=0.18.0 ; extra == 'zstd' requires_python: '>=3.8' - kind: conda