Skip to content

Commit f987a43

Browse files
chore(deps): bump click from 8.2.1 to 8.3.1
Bumps [click](https://github.com/pallets/click) from 8.2.1 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d836f1b commit f987a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/mkdocs/mkdocs/issues/4032
44
# https://github.com/pallets/click/issues/3084
55
# Remove when a fixed version of Click has been released
6-
click==8.2.1
6+
click==8.3.1
77
mdx_truly_sane_lists
88
mkdocs==1.6.1
99
mkdocs-awesome-pages-plugin

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
requires-python = ">=3.11"
1313
dependencies = [
14-
"click==8.2.1",
14+
"click==8.3.1",
1515
"gam7==7.19.0",
1616
"pandas==2.3.3",
1717
"tzdata",

0 commit comments

Comments
 (0)