summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2024-03-11 13:44:05 +0100
committerGitHub <noreply@github.com>2024-03-11 13:44:05 +0100
commit490e628fc81eaf2d0a7e7295a56760d7d5728e4a (patch)
treef7cb8162ce04fd4f95c16e6c5a795f4a6c2109c1
parent02758e356e3febfd2119dda6f78cba2bb3644119 (diff)
parentf19f6878f5adbac5dea5b24a5bb0ac43b8346c6c (diff)
Merge pull request #117 from siddhantgoel/dependabot/pip/pytest-8.1.1
chore(deps-dev): bump pytest from 8.0.2 to 8.1.1
-rw-r--r--poetry.lock14
-rw-r--r--pyproject.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock
index ca3bc1f..ac86479 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -768,13 +768,13 @@ diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pytest"
-version = "8.0.2"
+version = "8.1.1"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"},
- {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"},
+ {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"},
+ {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"},
]
[package.dependencies]
@@ -782,11 +782,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
-pluggy = ">=1.3.0,<2.0"
-tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
+pluggy = ">=1.4,<2.0"
+tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras]
-testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
+testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]]
name = "python-dateutil"
@@ -940,4 +940,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash = "9a413b431ee0f1a23763d29d519d9da0ed48cac072fffd2dd80bc63467e533d8"
+content-hash = "d558c744dab4b4e9639aea2bfb33c4aed87b01305d69a535a5d9dc30f86be1fd"
diff --git a/pyproject.toml b/pyproject.toml
index f481888..e0180b3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ python = "^3.8"
[tool.poetry.dev-dependencies]
beancount = "^2.3"
flake8 = "^5.0"
-pytest = "^8.0"
+pytest = "^8.1"
black = "^24.2"
[tool.taskipy.tasks]