Skip to content

Commit 3ccfc44

Browse files
authored
Merge pull request #1545 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 071e2ce + 4c48991 commit 3ccfc44

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.38.2
14+
rev: v3.1.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py37-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 22.8.0
22+
rev: 22.10.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml
@@ -49,7 +49,7 @@ repos:
4949

5050
# Autoformat: js, html, markdown, yaml, json
5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.0.0-alpha.0
52+
rev: v3.0.0-alpha.1
5353
hooks:
5454
- id: prettier
5555
exclude_types:

helm-chart/images/binderhub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ google-auth==2.12.0
4040
# google-api-core
4141
# google-cloud-core
4242
# kubernetes
43-
google-cloud-appengine-logging==1.1.5
43+
google-cloud-appengine-logging==1.1.6
4444
# via google-cloud-logging
4545
google-cloud-audit-log==0.2.4
4646
# via google-cloud-logging
4747
google-cloud-core==2.3.2
4848
# via google-cloud-logging
49-
google-cloud-logging==3.2.4
49+
google-cloud-logging==3.2.5
5050
# via -r helm-chart/images/binderhub/requirements.in
5151
googleapis-common-protos[grpc]==1.56.4
5252
# via
5353
# google-api-core
5454
# google-cloud-audit-log
5555
# grpc-google-iam-v1
5656
# grpcio-status
57-
greenlet==1.1.3
57+
greenlet==1.1.3.post0
5858
# via sqlalchemy
5959
grpc-google-iam-v1==0.12.4
6060
# via google-cloud-logging

0 commit comments

Comments
 (0)