Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 1fd270f

Browse files
author
staticdev
committed
Downgrade nox-poetry to 0.5.0
1 parent ccaa4dc commit 1fd270f

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

.github/workflows/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==20.3.3
22
nox==2020.8.22
33
poetry==1.1.4
4-
nox-poetry==0.6.0
4+
nox-poetry==0.5.0
55
virtualenv==20.2.1

poetry.lock

+4-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ flake8-rst-docstrings = "^0.0.14"
5252
pep8-naming = "^0.11.1"
5353
pre-commit-hooks = "^3.4.0"
5454
typeguard = "^2.10.0"
55-
nox-poetry = "^0.6.0"
5655
sphinx-rtd-theme = "^0.5.0"
56+
nox-poetry = "0.5.0"
5757

5858
[tool.coverage.paths]
5959
source = ["src", "*/site-packages"]

0 commit comments

Comments
 (0)