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] committed May 21, 2024
1 parent 2792988 commit 3a04db2
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
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only

apscheduler==3.7.0
requests==2.31.0
requests==2.32.0
Flask==2.3.2
Flask-SQLAlchemy==2.5.1
Jinja2==3.1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=open('README.md').read(),
install_requires=[
'apscheduler==3.7.0',
'requests==2.31.0',
'requests==2.32.0',
'Flask==2.3.2',
'Flask-SQLAlchemy==2.5.1',
'Jinja2==3.1.3',
Expand Down

0 comments on commit 3a04db2

Please sign in to comment.