Skip to content

Commit affe6d2

Browse files
committed
Bump dev depenedencies.
1 parent b91e153 commit affe6d2

File tree

2 files changed

+93
-49
lines changed

2 files changed

+93
-49
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ minify = ["htmlmin"]
3838
docs = ["Sphinx", "linkify-it-py", "myst-parser", "furo", "sphinx-copybutton", "sphinx-autobuild", "rst2pdf"]
3939

4040
[tool.poetry.dev-dependencies]
41-
pytest = "^6.2"
42-
black = "^21.11b1"
43-
flake8 = "^3.8.3"
44-
isort = "^5.0.9"
45-
mypy = "<0.780"
41+
pytest = "^6"
42+
black = "*"
43+
flake8 = "^3"
44+
isort = "^5"
45+
mypy = "<1"
4646
django-stubs = "^1.5.0"
47-
pytest-django = "^3.9.0"
48-
bpython = "^0.19"
47+
pytest-django = "^3"
48+
bpython = "<1"
4949
django-mock-queries = "^2.1.5"
5050
pydantic = "^1.7.3"
5151
pywatchman = "^1.4.1"
5252
django-redis = "^4.12.1"
5353
nox = "^2020.12.31"
54-
poethepoet = "^0.10.0"
55-
coverage = {extras = ["toml"], version = "^6.2"}
56-
pytest-cov = "^3.0.0"
54+
poethepoet = "^0"
55+
coverage = {extras = ["toml"], version = "^6"}
56+
pytest-cov = "^3"
5757

5858
[build-system]
5959
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)