Skip to content

Commit

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

build(deps-dev): Update pytest requirement from 7.4.4 to 8.0.0
  • Loading branch information
cpswan authored Jan 31, 2024
2 parents 12c7bc2 + 17d725e commit 1be0113
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 = "7.0.0"
pytest = "7.4.4"
pytest = "8.0.0"

[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 @@ -214,9 +214,9 @@ pycparser==2.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \
--hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a
pytest==7.4.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \
--hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8
pytest==8.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c \
--hash=sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6
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 1be0113

Please sign in to comment.