Skip to content

Commit

Permalink
chore(deps): update dependency resend to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent d801450 commit 4de0afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -25,7 +25,7 @@ flake8 = "==6.0.0"
flake8-black = "==0.3.6"
sentry-sdk = {extras = ["fastapi"] }
pyright = "==1.1.316"
resend = "==0.5.1"
resend = "==0.7.2"
html5lib = "==1.1"
beautifulsoup4 = "*"
newspaper3k = "*"
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Expand Up @@ -131,7 +131,7 @@ redis==4.5.4; python_version >= '3.7'
regex==2023.12.25; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
requests-file==1.5.1
resend==0.5.1; python_version >= '3.7'
resend==0.7.2; python_version >= '3.7'
rich==13.7.0; python_full_version >= '3.7.0'
rsa==4.9; python_version >= '3.6' and python_version < '4'
s3transfer==0.8.2; python_version >= '3.7'
Expand Down

0 comments on commit 4de0afc

Please sign in to comment.