Skip to content

Commit bef777e

Browse files
committed
update dependenices
1 parent 78e5362 commit bef777e

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ fmt = "invoke fmt"
4747
sort = "invoke sort"
4848
lint = "invoke lint"
4949
test = "invoke test"
50+
reqs = "invoke generate-reqs"

Pipfile.lock

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

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ mock==4.0.3; python_version >= '3.6'
5353
multidict==5.1.0; python_version >= '3.6'
5454
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
5555
pathspec==0.8.1
56-
pbr==5.5.1; python_version >= '2.6'
56+
pbr==5.6.0; python_version >= '2.6'
5757
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
5858
psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
5959
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6060
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6161
pydantic[dotenv]==1.8.1
62-
pylint==2.8.1
63-
pyloot==0.0.5
62+
pylint==2.8.2
63+
pyloot==0.0.6
6464
pyopenssl==20.0.1
6565
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
6666
pytest-asyncio==0.15.1

0 commit comments

Comments
 (0)