Skip to content

Commit e41d6aa

Browse files
Bump the python-packages group across 1 directory with 8 updates
Updates the requirements on [setuptools](https://github.com/pypa/setuptools), [albumentations](https://github.com/albumentations-team/albumentations), [p-tqdm](https://github.com/swansonk14/p_tqdm), [orjson](https://github.com/ijl/orjson), [kaggle](https://github.com/Kaggle/kaggle-cli), [pytest](https://github.com/pytest-dev/pytest), [psrcal](https://github.com/luferrer/psr-calibration) and [quapy](https://github.com/HLT-ISTI/QuaPy) to permit the latest version. Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v42.0.0...v82.0.1) Updates `albumentations` from 2.0.5 to 2.0.8 - [Release notes](https://github.com/albumentations-team/albumentations/releases) - [Commits](albumentations-team/albumentations@2.0.5...2.0.8) 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.11.8 - [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.11.8) Updates `kaggle` from 1.5.15 to 2.1.0 - [Release notes](https://github.com/Kaggle/kaggle-cli/releases) - [Changelog](https://github.com/Kaggle/kaggle-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kaggle/kaggle-cli/commits) Updates `pytest` from 7.4.0 to 9.0.3 - [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...9.0.3) Updates `psrcal` from 0.0.2 to 1.0.0 - [Commits](https://github.com/luferrer/psr-calibration/commits) Updates `quapy` from 0.1.9 to 0.2.0 - [Release notes](https://github.com/HLT-ISTI/QuaPy/releases) - [Commits](HLT-ISTI/QuaPy@0.1.9...0.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: albumentations dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: p-tqdm dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: kaggle dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: psrcal dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: quapy dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a824d6 commit e41d6aa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[build-system]
88
requires = [
9-
"setuptools>=42",
9+
"setuptools>=82.0.1",
1010
"wheel",
1111
]
1212
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@ install_requires =
5050
matplotlib
5151
lightning
5252
tensorboard
53-
albumentations==2.0.5
53+
albumentations==2.0.8
5454
pandas
5555
hydra-core==1.3.2
5656
hydra-colorlog
5757
hydra-optuna-sweeper>=1.2
5858
python-dotenv
5959
rarfile
6060
colorama
61-
p-tqdm==1.4.0
62-
orjson==3.9.2
61+
p-tqdm==1.4.2
62+
orjson==3.11.8
6363
ijson
6464
scikit-learn
6565
scikit-image
66-
kaggle==1.5.15
66+
kaggle==2.1.0
6767
setuptools
6868
Deprecated
69-
pytest==7.4.0
69+
pytest==9.0.3
7070
kornia
7171
rich
7272
prettytable
7373
jupyter
7474
humanize
75-
psrcal==0.0.2
76-
quapy==0.1.9
75+
psrcal==1.0.0
76+
quapy==0.2.0
7777
peft
7878

7979
[options.extras_require]

0 commit comments

Comments
 (0)