Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [segmentation-models-pytorch](https://github.com/qubvel-org/segmentation_models.pytorch) | `0.3.3` | `0.4.0` |
| [statsmodels](https://github.com/statsmodels/statsmodels) | `0.13.5` | `0.14.4` |
| [p-tqdm](https://github.com/swansonk14/p_tqdm) | `1.4.0` | `1.4.2` |
| [orjson](https://github.com/ijl/orjson) | `3.9.2` | `3.10.15` |
| [kaggle](https://github.com/Kaggle/kaggle-api) | `1.5.15` | `1.6.17` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `8.3.4` |



Updates `segmentation-models-pytorch` from 0.3.3 to 0.4.0
- [Release notes](https://github.com/qubvel-org/segmentation_models.pytorch/releases)
- [Commits](qubvel-org/segmentation_models.pytorch@v0.3.3...v0.4.0)

Updates `statsmodels` from 0.13.5 to 0.14.4
- [Release notes](https://github.com/statsmodels/statsmodels/releases)
- [Changelog](https://github.com/statsmodels/statsmodels/blob/main/CHANGES.md)
- [Commits](statsmodels/statsmodels@v0.13.5...v0.14.4)

Updates `p-tqdm` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/swansonk14/p_tqdm/releases)
- [Commits](swansonk14/p_tqdm@v_1.4.0...v_1.4.2)

Updates `orjson` from 3.9.2 to 3.10.15
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.9.2...3.10.15)

Updates `kaggle` from 1.5.15 to 1.6.17
- [Release notes](https://github.com/Kaggle/kaggle-api/releases)
- [Changelog](https://github.com/Kaggle/kaggle-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kaggle/kaggle-api/commits)

Updates `pytest` from 7.4.0 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...8.3.4)

---
updated-dependencies:
- dependency-name: segmentation-models-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: statsmodels
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: p-tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: kaggle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 1cac79f commit 28f96ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ install_requires =
torch
torchvision
torchmetrics
segmentation-models-pytorch==0.3.3
segmentation-models-pytorch==0.4.0
plotly
statsmodels==0.13.5
statsmodels==0.14.4
matplotlib
lightning
tensorboard
Expand All @@ -58,15 +58,15 @@ install_requires =
python-dotenv
rarfile
colorama
p-tqdm==1.4.0
orjson==3.9.2
p-tqdm==1.4.2
orjson==3.10.15
ijson
scikit-learn
scikit-image
kaggle==1.5.15
kaggle==1.6.17
setuptools
Deprecated
pytest==7.4.0
pytest==8.3.4
kornia
rich
prettytable
Expand Down

0 comments on commit 28f96ea

Please sign in to comment.