Skip to content

Commit

Permalink
docs: fix DEP003 example by explicitly adding certifi (#796)
Browse files Browse the repository at this point in the history
Explicitly add 'certifi'  in the transitive dependency example as instructed by the documentation instead of adding 'httpcore'.
  • Loading branch information
huisman authored Aug 7, 2024
1 parent 4f20d7f commit 4b6f210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules-violations.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To fix the issue, `certifi` should be explicitly added to `[project.dependencies
```toml
[project]
dependencies = [
"httpcore==0.16.3",
"certifi==2024.7.4",
"httpx==0.23.1",
]
```
Expand Down

0 comments on commit 4b6f210

Please sign in to comment.