Skip to content

Commit

Permalink
Update dependencies and remove requests from pyproject
Browse files Browse the repository at this point in the history
Removed `requests` from `pyproject.toml` dependencies. Added new DOC rule exclusions and updated various package versions in `poetry.lock`, including `certifi`, `idna`, `mypy`, `pytest`, and `ruff` to their latest versions.
  • Loading branch information
meanmail committed Sep 10, 2024
1 parent c53d164 commit 324cd02
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 71 deletions.
140 changes: 70 additions & 70 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
python = "~3.12"
docker = ">=6.1.3"
python-dateutil = "^2.4"
requests = "^2.31.0"
structlog = ">=23.1.0"

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -51,6 +50,9 @@ ignore = [
"D104",
"D105",
"D107",
"DOC201",
"DOC402",
"DOC501",
"E203",
"FBT001",
"FBT002",
Expand Down

0 comments on commit 324cd02

Please sign in to comment.