Skip to content

Commit ce713c0

Browse files
authored
Merge pull request #908 from dev-hato/dependabot/pip/mypy-0.942
Bump mypy from 0.941 to 0.942
2 parents 895292e + b47afd7 commit ce713c0

4 files changed

Lines changed: 46 additions & 46 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/zricethezav/gitleaks
4-
rev: v8.4.0
4+
rev: v8.5.1
55
hooks:
66
- id: gitleaks

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY Pipfile Pipfile
1515
# * git: Pythonライブラリのインストールの際に必要
1616
RUN apt-get update && \
1717
apt-get install -y --no-install-recommends git && \
18-
pip install pipenv==2022.1.8 --no-cache-dir && \
18+
pip install pipenv==2022.3.24 --no-cache-dir && \
1919
pipenv install --system --skip-lock && \
2020
pip uninstall -y pipenv virtualenv && \
2121
apt-get remove -y git && \

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ autopep8 = "==1.6.0"
1111
requests-mock = "==1.9.3"
1212
pylint = "==2.12.2"
1313
sqlfluff = "==0.11.1"
14-
mypy = "==0.941"
14+
mypy = "==0.942"
1515

1616
[packages]
1717
python-dotenv = "==0.19.2"

Pipfile.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)