Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Update pytest requirement from 7.4.3 to 7.4.4 #116

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ six = "1.16.0"
[tool.poetry.group.dev.dependencies]
pip ="23.3.2"
flake8 = "6.1.0"
pytest = "7.4.3"
pytest = "7.4.4"

[build-system]
requires = ["poetry-core"]
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ pycparser==2.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.
pyflakes==3.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774 \
--hash=sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc
pytest==7.4.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac \
--hash=sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5
pytest==7.4.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \
--hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8
python-dateutil==2.8.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \
--hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
Expand Down