Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.0 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 8ef0759 commit 87c12df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
feedparser==6.0.10
requests==2.31.0
requests==2.32.0

# Development dependencies
pytest>=6.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=["arxiv"],
# dependencies
python_requires=">=3.7",
install_requires=["feedparser==6.0.10", "requests==2.31.0"],
install_requires=["feedparser==6.0.10", "requests==2.32.0"],
tests_require=["pytest", "pdoc", "ruff"],
# metadata for upload to PyPI
author="Lukas Schwab",
Expand Down

0 comments on commit 87c12df

Please sign in to comment.