Skip to content

Commit

Permalink
build(deps): bump requests from 2.27.1 to 2.31.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and yzqzss committed May 23, 2023
1 parent e3295a7 commit 1d190b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ uploader = "wikiteam3.uploader:main"

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.26.0"
requests = "^2.31.0"
internetarchive = "^3.1.0"
lxml = "^4.9.1"
mwclient = "^0.10.1"
Expand All @@ -72,7 +72,7 @@ profile = "black"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
requests = "^2.26.0"
requests = "^2.31.0"
flake8 = "^3.9.2"
pre-commit = "^2.17.0"

Expand Down

0 comments on commit 1d190b4

Please sign in to comment.