Skip to content

Commit

Permalink
Merge pull request #116 from atsign-foundation/dependabot/pip/pytest-…
Browse files Browse the repository at this point in the history
…7.4.4

build(deps-dev): Update pytest requirement from 7.4.3 to 7.4.4
  • Loading branch information
Xlin123 authored Jan 3, 2024
2 parents e2186ff + 386bc9d commit 2d06ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 2d06ec1

Please sign in to comment.