Skip to content

Commit d7a60fa

Browse files
dependabot[bot]igortg
authored andcommitted
Bump the general-dependencies group across 1 directory with 3 updates
Bumps the general-dependencies group with 3 updates in the / directory: [click](https://github.com/pallets/click), [requests](https://github.com/psf/requests) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `click` from 8.1.3 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.3...8.1.8) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) Updates `matplotlib` from 3.9.2 to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.2...v3.9.4) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91c3102 commit d7a60fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ dependencies = [
2626
"Pyro5>=5.13",
2727
"numpy>=1.19, <3.0",
2828
"ansys-tools-path",
29-
"click==8.1.3", # clink 8.2.0 is failing the license check.
29+
"click==8.1.8", # clink 8.2.0 is failing the license check.
3030
]
3131

3232
[project.optional-dependencies]
3333
tests = [
3434
"pytest==8.3.5",
3535
"pytest-cov==6.1.1",
36-
"requests==2.32.3",
36+
"requests==2.32.4",
3737
]
3838
doc = [
3939
"ansys-sphinx-theme==1.2.1",
@@ -43,7 +43,7 @@ doc = [
4343
"sphinx-copybutton==0.5.2",
4444
"sphinx-gallery==0.18.0",
4545
"sphinx-design==0.6.1",
46-
"matplotlib==3.9.2", # required by sphinx-gallery
46+
"matplotlib==3.9.4", # required by sphinx-gallery
4747
]
4848

4949
[project.urls]

0 commit comments

Comments
 (0)