Skip to content

Commit 4746cee

Browse files
Bump the lockfile-minor-patch group with 6 updates (#730)
Bumps the lockfile-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [canfar](https://github.com/opencadc/canfar) | `1.3.4` | `1.3.5` | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.2` | `3.0.3` | | [myst-parser](https://github.com/executablebooks/MyST-Parser) | `5.0.0` | `5.1.0` | | [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) | `2.6.5` | `2.7.0` | | [snakemake](https://github.com/snakemake/snakemake) | `9.19.0` | `9.20.0` | | [build](https://github.com/pypa/build) | `1.4.4` | `1.5.0` | Updates `canfar` from 1.3.4 to 1.3.5 - [Release notes](https://github.com/opencadc/canfar/releases) - [Changelog](https://github.com/opencadc/canfar/blob/main/CHANGELOG.md) - [Commits](opencadc/canfar@v1.3.4...v1.3.5) Updates `pandas` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.2...v3.0.3) Updates `myst-parser` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v5.0.0...v5.1.0) Updates `sphinxcontrib-bibtex` from 2.6.5 to 2.7.0 - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](mcmtroffaes/sphinxcontrib-bibtex@2.6.5...2.7.0) Updates `snakemake` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.19.0...v9.20.0) Updates `build` from 1.4.4 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.4...1.5.0) --- updated-dependencies: - dependency-name: canfar dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lockfile-minor-patch - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lockfile-minor-patch - dependency-name: myst-parser dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lockfile-minor-patch - dependency-name: sphinxcontrib-bibtex dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lockfile-minor-patch - dependency-name: snakemake dependency-version: 9.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lockfile-minor-patch - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lockfile-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9529baa commit 4746cee

2 files changed

Lines changed: 68 additions & 77 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"mpi4py>=4.0",
3030
"numba>=0.59", # numpy 2 support
3131
"numpy>=2.0", # major 1 → 2
32-
"pandas>=3.0", # major 2 → 3
32+
"pandas>=3.0.3", # major 2 → 3
3333
"python-dateutil",
3434
"python-pysap>=0.3",
3535
"PyQt5",
@@ -58,7 +58,7 @@ doc = [
5858
jupyter = [
5959
"ipython>=8.18",
6060
"jupyterlab>=4.5.7",
61-
"snakemake>=8.27",
61+
"snakemake>=9.20.0",
6262
]
6363
lint = [
6464
"black",

0 commit comments

Comments
 (0)