Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump the requests-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: requests-dependencies
- dependency-name: types-requests
  dependency-type: direct:production
  dependency-group: requests-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent cfbbc06 commit e03056a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
"pdfminer.six==20201018",
"requests==2.31.0",
"requests==2.32.3",
]

[project.optional-dependencies]
Expand All @@ -30,7 +30,7 @@ lint = [
"black==24.4.2",
"isort==5.13.2",
"mypy==1.10.0",
"types-requests~=2.31.0",
"types-requests~=2.32.0",
]
test = [
"pytest==7.2.0",
Expand Down

0 comments on commit e03056a

Please sign in to comment.