Skip to content

Commit

Permalink
chore: update dependencies and remove unnecessary requirements export
Browse files Browse the repository at this point in the history
- Update `coverage` to version 7.6.1
- Update `pytest` to version 8.3.3
- Update `pytest-html` to version 4.1.1
- Update `ruff` to version 0.7.2
- Update `setuptools` to version 75.3.0
- Add new dependencies: `jinja2` and `markupsafe`
- Remove unnecessary export of requirements in the Makefile

This update ensures that the project uses the latest versions of essential dependencies, enhancing security and performance.
  • Loading branch information
Undertone0809 committed Nov 5, 2024
1 parent c6632b6 commit ce08fc6
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 125 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ VERSION := latest
.PHONY: lock install polish-codestyle formatting test check-codestyle lint docker-build docker-remove cleanup help

lock:
poetry lock -n && poetry export --without-hashes > requirements.txt
poetry lock -n

install:
poetry lock -n && poetry export --without-hashes > requirements.txt
poetry install -n

polish-codestyle:
Expand Down
Loading

0 comments on commit ce08fc6

Please sign in to comment.