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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent 002bb10 commit cdf4cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [

# check firebase auth tokens
"google-auth~=2.29.0",
"requests~=2.31.0",
"requests~=2.32.0",

"httpx~=0.27.0", # make requests for results files
"icalendar~=5.0.12" # generate ical files
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pytz==2024.1
# via icalendar
pyyaml==6.0.1
# via uvicorn
requests==2.31.0
requests==2.32.0
rsa==4.9
# via google-auth
six==1.16.0
Expand Down

0 comments on commit cdf4cd7

Please sign in to comment.