Skip to content

Commit 3f6274c

Browse files
bors[bot]pre-commit-ci[bot]dependabot[bot]
authored
Merge #4254 #4255
4254: [pre-commit.ci] pre-commit autoupdate r=jenshnielsen a=pre-commit-ci[bot] <!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.33.0 → v2.34.0](asottile/pyupgrade@v2.33.0...v2.34.0) <!--pre-commit.ci end--> 4255: Bump ipykernel from 6.13.1 to 6.14.0 r=jenshnielsen a=dependabot[bot] Bumps [ipykernel]() from 6.13.1 to 6.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipykernel&package-manager=pip&previous-version=6.13.1&new-version=6.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 parents 71e858f + 7364d4e + 946f590 commit 3f6274c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: mixed-line-ending
1414
args: ['--fix=no']
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.33.0
16+
rev: v2.34.0
1717
hooks:
1818
- id: pyupgrade
1919
args: ['--py37-plus', '--keep-runtime-typing']

docs_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ entrypoints==0.4
1717
idna==3.3
1818
imagesize==1.3.0
1919
importlib-metadata==4.8.1; python_version<'3.8'
20-
ipykernel==6.13.1
20+
ipykernel==6.14.0
2121
ipython~=8.4.0; python_version>='3.8'
2222
ipython~=7.31.0; python_version<'3.8'
2323
ipython-genutils==0.2.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ h5netcdf~=0.15.0
2121
h5py~=3.7.0
2222
idna~=3.3
2323
importlib-metadata==4.8.1; python_version<'3.8'
24-
ipykernel~=6.13.1
24+
ipykernel~=6.14.0
2525
ipython~=8.4.0; python_version>='3.8'
2626
ipython~=7.31.0; python_version<'3.8'
2727
ipython-genutils~=0.2.0

0 commit comments

Comments
 (0)