Skip to content

Commit 150577c

Browse files
authored
Merge pull request #97 from blues/alex-upgrade-pipenv
fix: update filelock to solve dependabot warning
2 parents 84fe913 + cacf027 commit 150577c

File tree

2 files changed

+24
-56
lines changed

2 files changed

+24
-56
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
filelock = "==3.0.12"
7+
filelock = ">=3.4.1"
88

99
[dev-packages]
1010
future = "==0.18.3"
@@ -17,8 +17,8 @@ pytest = "==7.0.1"
1717
pytest-cov = "==2.8.1"
1818
pydocstyle = "==5.0.2"
1919
packaging = ">=20.4"
20-
pre-commit = "*"
2120
coveralls = "==3.3.1"
2221
ddtrace = "==2.21.1"
2322
build = "*"
2423
twine = "*"
24+
pre-commit = "*"

Pipfile.lock

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

0 commit comments

Comments
 (0)