Skip to content
Open
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
280 changes: 140 additions & 140 deletions pdm.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ dev = [
"-e qa-pytest-examples @ file:///${PROJECT_ROOT}/qa-pytest-examples",
"-e qa-pytest-kafka @ file:///${PROJECT_ROOT}/qa-pytest-kafka",
"types-pika==1.2.0b1",
"pytest==8.4.1",
"pytest-cov==6.2.1",
"pytest-html==4.1.1",
"allure-pytest==2.14.3",
"pytest-xdist==3.7.0",
"pytest==8.4.2",
"pytest-cov==6.3.0",
"pytest-html==4.2.0",
"allure-pytest==2.15.3",
"pytest-xdist==3.8.0",
"autopep8",
"isort",
"mkinit",
"mkdocs==1.6.1",
"mkdocs-get-deps==0.2.0",
"mkdocs-material==9.6.14",
"mkdocs-material==9.7.3",
"mkdocs-material-extensions==1.3.1",
"mkdocs-mermaid2-plugin==1.2.1",
"mkdocstrings[python]==0.29.1",
"pymdown-extensions==10.16",
"mkdocs-mermaid2-plugin==1.2.3",
"mkdocstrings[python]==0.30.1",
"pymdown-extensions==10.21",
"specify-cli @ git+https://github.com/github/spec-kit.git"
]

Expand Down
10 changes: 5 additions & 5 deletions qa-pytest-commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ requires-python = ">=3.13"
license = "Apache-2.0"
dependencies = [
"qa-testing-utils",
"tenacity==9.1.2",
"pytest==8.4.1",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"ppretty==1.3",
"allure-pytest==2.14.3",
"more-itertools==10.7.0",
"returns==0.25.0",
"allure-pytest==2.15.3",
"more-itertools==10.8.0",
"returns==0.26.0",
]

[tool.pdm.version]
Expand Down
8 changes: 4 additions & 4 deletions qa-pytest-examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ dependencies = [
"qa-pytest-webdriver",
"qa-pytest-playwright",
"qa-pytest-rabbitmq",
"tenacity==9.1.2",
"pytest==8.4.1",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"more-itertools==10.7.0",
"responses==0.25.7",
"more-itertools==10.8.0",
"responses==0.26.0",
]

[tool.pdm.version]
Expand Down
2 changes: 1 addition & 1 deletion qa-pytest-kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"qa-testing-utils",
"qa-pytest-commons",
"confluent-kafka==2.13.0",
"pytest==8.4.1",
"pytest==8.4.2",
"PyHamcrest==2.1.0"
]

Expand Down
10 changes: 5 additions & 5 deletions qa-pytest-playwright/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ license = "Apache-2.0"
dependencies = [
"qa-testing-utils",
"qa-pytest-commons",
"tenacity==9.1.2",
"pytest==8.4.1",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"more-itertools==10.7.0",
"returns==0.25.0",
"playwright==1.57.0"
"more-itertools==10.8.0",
"returns==0.26.0",
"playwright==1.58.0"
]

[tool.pdm.version]
Expand Down
8 changes: 4 additions & 4 deletions qa-pytest-rabbitmq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ dependencies = [
"python-string-utils==1.0.0",
"pika==1.3.2",
"types-pika==1.2.0b1",
"tenacity==9.1.2",
"pytest==8.4.1",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"more-itertools==10.7.0",
"returns==0.25.0",
"more-itertools==10.8.0",
"returns==0.26.0",
]

[tool.pdm.version]
Expand Down
10 changes: 5 additions & 5 deletions qa-pytest-rest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ license = "Apache-2.0"
dependencies = [
"qa-testing-utils",
"qa-pytest-commons",
"requests==2.32.4",
"tenacity==9.1.2",
"pytest==8.4.1",
"requests==2.32.5",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"more-itertools==10.7.0",
"returns==0.25.0",
"more-itertools==10.8.0",
"returns==0.26.0",
]

[tool.pdm.version]
Expand Down
10 changes: 5 additions & 5 deletions qa-pytest-webdriver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ license = "Apache-2.0"
dependencies = [
"qa-testing-utils",
"qa-pytest-commons",
"tenacity==9.1.2",
"pytest==8.4.1",
"tenacity==9.1.4",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"more-itertools==10.7.0",
"returns==0.25.0",
"more-itertools==10.8.0",
"returns==0.26.0",
"webdriver-manager==4.0.2",
"selenium==4.33.0"
"selenium==4.41.0"
]

[tool.pdm.version]
Expand Down
8 changes: 4 additions & 4 deletions qa-testing-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ readme = "README.md"
requires-python = ">=3.13"
license = {text = "Apache-2.0"}
dependencies = [
"pytest==8.4.1",
"pytest==8.4.2",
"PyHamcrest==2.1.0",
"pyfunctional==1.5.0",
"ppretty==1.3",
"allure-pytest==2.14.3",
"more-itertools==10.7.0",
"returns==0.25.0",
"allure-pytest==2.15.3",
"more-itertools==10.8.0",
"returns==0.26.0",
]

[tool.pdm.version]
Expand Down
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ requires-python = ">=3.13"
# NOTE: run pdm install upon changing these dependencies
dependencies = [
"PyHamcrest==2.1.0",
"qa-testing-utils==0.0.12",
"qa-pytest-rest==0.0.12",
"qa-pytest-webdriver==0.0.12",
"qa-testing-utils==0.0.13",
"qa-pytest-rest==0.0.13",
"qa-pytest-webdriver==0.0.13",
# or "qa-pytest-playwright==0.0.12",
"qa-pytest-commons==0.0.12"
"qa-pytest-commons==0.0.13"
]

[tool.pdm.dev-dependencies]
Expand Down