Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python dependencies #158

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/requirements/3.10/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ drf-spectacular==0.27.2
# via -r backend/requirements/3.10/base.in
et-xmlfile==1.1.0
# via openpyxl
fonttools==4.53.1
fonttools==4.54.1
# via fpdf2
fpdf2==2.7.9
fpdf2==2.8.1
# via -r backend/requirements/3.10/base.in
gunicorn==23.0.0
# via -r backend/requirements/3.10/base.in
Expand Down Expand Up @@ -106,7 +106,7 @@ typing-extensions==4.12.2
# asgiref
# dj-database-url
# python-docx
tzdata==2024.1
tzdata==2024.2
# via pandas
uritemplate==4.1.1
# via drf-spectacular
Expand Down
20 changes: 10 additions & 10 deletions backend/requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ appdirs==1.4.4
# via django-migration-linter
asttokens==2.4.1
# via stack-data
boto3==1.35.24
boto3==1.35.34
# via -r backend/requirements/3.10/dev.in
botocore==1.35.24
botocore==1.35.34
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ django-migration-linter==5.1.0
# via -r backend/requirements/3.10/dev.in
django-schema-viewer==0.4.1
# via -r backend/requirements/3.10/dev.in
django-sql-explorer==5.2
django-sql-explorer==5.3
# via -r backend/requirements/3.10/dev.in
exceptiongroup==1.2.2
# via
Expand All @@ -67,7 +67,7 @@ executing==2.1.0
# via stack-data
h11==0.14.0
# via httpcore
httpcore==1.0.5
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via openai
Expand All @@ -78,7 +78,7 @@ idna==3.10
# requests
ipdb==0.13.13
# via -r backend/requirements/3.10/dev.in
ipython==8.27.0
ipython==8.28.0
# via ipdb
jedi==0.19.1
# via ipython
Expand All @@ -100,13 +100,13 @@ matplotlib-inline==0.1.7
# via ipython
mdurl==0.1.2
# via markdown-it-py
openai==1.47.0
openai==1.51.0
# via -r backend/requirements/3.10/dev.in
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -132,7 +132,7 @@ requests==2.32.3
# via
# django-sql-explorer
# tiktoken
rich==13.8.1
rich==13.9.2
# via -r backend/requirements/3.10/dev.in
s3transfer==0.10.2
# via boto3
Expand All @@ -145,11 +145,11 @@ sql-metadata==2.13.0
# via -r backend/requirements/3.10/dev.in
stack-data==0.6.3
# via ipython
tiktoken==0.7.0
tiktoken==0.8.0
# via -r backend/requirements/3.10/dev.in
toml==0.10.2
# via django-migration-linter
tomli==2.0.1
tomli==2.0.2
# via ipdb
tqdm==4.66.5
# via openai
Expand Down