Skip to content

Commit

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

build(deps-dev): Update pytest requirement from 8.1.0 to 8.1.1
  • Loading branch information
cpswan authored Mar 11, 2024
2 parents 7656be6 + da708a7 commit 24740f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "atsdk"
version = "0.2.7"
version = "0.2.8"
description = "Python SDK for atPlatform"
authors = ["Umang Shah <shahumang19@gmail.com>","Chris Swan <chris@atsign.com>"]
maintainers = ["Chris Swan <chris@atsign.com>"]
Expand All @@ -20,7 +20,7 @@ six = "1.16.0"
[tool.poetry.group.dev.dependencies]
pip ="24.0"
flake8 = "7.0.0"
pytest = "8.1.0"
pytest = "8.1.1"

[build-system]
requires = ["poetry-core"]
Expand Down
12 changes: 6 additions & 6 deletions requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \
--hash=sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e
packaging==23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \
--hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
packaging==24.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9
pip==24.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
Expand All @@ -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==8.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:ee32db7af8de4629a455806befa90559f307424c07b8413ccfc30bf5b221dd7e \
--hash=sha256:f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323
pytest==8.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7 \
--hash=sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044
python-dateutil==2.9.0.post0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
Expand Down

0 comments on commit 24740f9

Please sign in to comment.