Skip to content

Commit 9d75782

Browse files
committed
Update dependencies.
1 parent 2accbcb commit 9d75782

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ update:
5555
if [ ! -d "./.venv" ]; then python3 -m venv $(VIRTUAL_ENVIRONMENT); fi
5656
.venv/bin/python3 -m pip install --upgrade pip setuptools wheel
5757
poetry update
58+
find . -name 'requirements.txt' -delete
5859
poetry export -f requirements.txt --output requirements.txt --without-hashes
5960

6061

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bs4 = "*"
2929
loguru = "*"
3030

3131
[tool.poetry.dev-dependencies]
32-
pytest = "*"
32+
pytest = "^6.2.5"
3333
pytest-asyncio = "*"
3434
mypy = "*"
3535
black = "^21.12b0"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ loguru==0.5.3; python_version >= "3.5"
1818
multidict==5.2.0; python_version >= "3.6"
1919
pycares==4.1.2
2020
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
21+
pytest==6.2.5
22+
pytest-asyncio==0.17.2
2123
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
2224
win32-setctime==1.0.4; sys_platform == "win32" and python_version >= "3.5"
2325
yarl==1.7.2; python_version >= "3.6"

0 commit comments

Comments
 (0)