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 dependencies #189

Merged
merged 1 commit into from
Jan 17, 2025
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
14 changes: 7 additions & 7 deletions backend/requirements/3.10/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --no-progress --universal --python-version 3.10 backend/requirements/base.in -o backend/requirements/3.10/base.txt
# uv pip compile --universal --python-version 3.10 backend/requirements/base.in -o backend/requirements/3.10/base.txt
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -45,9 +45,9 @@ drf-spectacular==0.28.0
# via -r backend/requirements/base.in
et-xmlfile==2.0.0
# via openpyxl
fonttools==4.55.2
fonttools==4.55.3
# via fpdf2
fpdf2==2.8.1
fpdf2==2.8.2
# via -r backend/requirements/base.in
gunicorn==23.0.0
# via -r backend/requirements/base.in
Expand All @@ -63,7 +63,7 @@ numpy==1.25.2 ; python_full_version < '3.12'
# via
# -r backend/requirements/base.in
# pandas
numpy==2.2.0 ; python_full_version >= '3.12'
numpy==2.2.1 ; python_full_version >= '3.12'
# via
# -r backend/requirements/base.in
# pandas
Expand All @@ -73,7 +73,7 @@ packaging==24.2
# via gunicorn
pandas==2.2.3
# via -r backend/requirements/base.in
pillow==11.0.0
pillow==11.1.0
# via fpdf2
psycopg2==2.9.10
# via -r backend/requirements/base.in
Expand All @@ -97,7 +97,7 @@ rpds-py==0.22.3
# referencing
six==1.17.0
# via python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
tablib==3.7.0
# via django-import-export
Expand Down
48 changes: 24 additions & 24 deletions backend/requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --no-progress --universal --python-version 3.10 backend/requirements/dev.in -c backend/requirements/3.10/base.txt -o backend/requirements/3.10/dev.txt
# uv pip compile --universal --python-version 3.10 backend/requirements/dev.in -c backend/requirements/3.10/base.txt -o backend/requirements/3.10/dev.txt
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
anyio==4.8.0
# via
# httpx
# openai
Expand All @@ -15,27 +15,27 @@ asgiref==3.8.1
# django-cors-headers
asttokens==3.0.0
# via stack-data
attrs==24.2.0
attrs==24.3.0
# via
# -c backend/requirements/3.10/base.txt
# jsonschema
# referencing
boto3==1.35.76
boto3==1.35.97
# via -r backend/requirements/dev.in
botocore==1.35.76
botocore==1.35.97
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# httpcore
# httpx
# requests
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
colorama==0.4.6 ; sys_platform == 'win32'
# via
# ipython
# tqdm
Expand Down Expand Up @@ -118,7 +118,7 @@ django-monthfield==0.1.4
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
django-schema-viewer==0.4.2
django-schema-viewer==0.5.2
# via -r backend/requirements/dev.in
django-simple-history==3.7.0
# via
Expand All @@ -145,12 +145,12 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
# ipython
executing==2.1.0
# via stack-data
fonttools==4.55.2
fonttools==4.55.3
# via
# -c backend/requirements/3.10/base.txt
# fpdf2
# matplotlib
fpdf2==2.8.1
fpdf2==2.8.2
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
Expand All @@ -175,11 +175,11 @@ inflection==0.5.1
# drf-spectacular
ipdb==0.13.13
# via -r backend/requirements/dev.in
ipython==8.30.0
ipython==8.31.0
# via ipdb
jedi==0.19.2
# via ipython
jiter==0.8.0
jiter==0.8.2
# via openai
jmespath==1.0.1
# via
Expand All @@ -193,7 +193,7 @@ jsonschema-specifications==2024.10.1
# via
# -c backend/requirements/3.10/base.txt
# jsonschema
kiwisolver==1.4.7
kiwisolver==1.4.8
# via matplotlib
lxml==5.3.0
# via
Expand All @@ -203,7 +203,7 @@ markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via werkzeug
matplotlib==3.9.3
matplotlib==3.10.0
# via -r backend/requirements/dev.in
matplotlib-inline==0.1.7
# via ipython
Expand All @@ -216,14 +216,14 @@ numpy==1.25.2 ; python_full_version < '3.12'
# contourpy
# matplotlib
# pandas
numpy==2.2.0 ; python_full_version >= '3.12'
numpy==2.2.1 ; python_full_version >= '3.12'
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
# contourpy
# matplotlib
# pandas
openai==1.57.0
openai==1.59.6
# via -r backend/requirements/dev.in
openpyxl==3.1.5
# via
Expand All @@ -243,7 +243,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
# via ipython
pillow==11.0.0
pillow==11.1.0
# via
# -c backend/requirements/3.10/base.txt
# fpdf2
Expand All @@ -260,15 +260,15 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.10.3
pydantic==2.10.5
# via openai
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
pygments==2.19.1
# via
# ipython
# rich
pyparsing==3.2.0
pyparsing==3.2.1
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -322,7 +322,7 @@ sniffio==1.3.1
# openai
sql-metadata==2.15.0
# via -r backend/requirements/dev.in
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -c backend/requirements/3.10/base.txt
# django
Expand Down Expand Up @@ -372,7 +372,7 @@ uritemplate==4.1.1
# via
# -c backend/requirements/3.10/base.txt
# drf-spectacular
urllib3==2.2.3
urllib3==2.3.0
# via
# botocore
# requests
Expand Down
Loading
Loading