Skip to content

Commit

Permalink
chore(deps): update dependency pyright to v1.1.349
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent 37b9901 commit e92962b
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 @@ -24,7 +24,7 @@ asyncpg = "==0.27.0"
flake8 = "==6.0.0"
flake8-black = "==0.3.6"
sentry-sdk = {extras = ["fastapi"] }
pyright = "==1.1.316"
pyright = "==1.1.349"
resend = "==0.5.1"
html5lib = "==1.1"
beautifulsoup4 = "*"
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Expand Up @@ -112,7 +112,7 @@ pyflakes==3.0.1; python_version >= '3.6'
pygments==2.17.2; python_version >= '3.7'
pypandoc==1.11; python_version >= '3.6'
pypdf==3.9.0; python_version >= '3.6'
pyright==1.1.316; python_version >= '3.7'
pyright==1.1.349; python_version >= '3.7'
pytesseract==0.3.10; python_version >= '3.7'
pytest==7.4.4; python_version >= '3.7'
pytest-celery==0.0.0
Expand Down

0 comments on commit e92962b

Please sign in to comment.