Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 8ef0759 commit f5107bc
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 f5107bc

Please sign in to comment.