Skip to content
Merged
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
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ prepend_sys_path = ["."]
[dependency-groups]
dev = [
"behave>=1.3.3",
"black>=25.9.0",
"faker>=25.0.0",
"flake8>=7.3.0",
"pyhamcrest>=2.0.3",
"pytest>=8.4.0",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
Comment on lines 135 to 142
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dev dependencies are not in alphabetical order. Currently: black, behave, flake8, faker, pyhamcrest, pytest, python-dotenv, requests.

Alphabetically they should be: behave, black, faker, flake8, pyhamcrest, pytest, python-dotenv, requests.

While this doesn't affect functionality, maintaining alphabetical order improves maintainability and reduces merge conflicts when adding new dependencies.

Copilot uses AI. Check for mistakes.
"pyhamcrest>=2.0.3",
"faker>=25.0.0",
]

[tool.pytest.ini_options]
Expand Down
114 changes: 114 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading