From 397930ee5f27d8253a05460ce81b9e0a8f1e1c53 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Thu, 9 Jan 2025 14:31:32 +0100 Subject: [PATCH] Update requirements --- requirements-dev.txt | 28 ++++++++++--------- requirements.txt | 66 +++++++++++++++++++++++++------------------- 2 files changed, 53 insertions(+), 41 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3723ec1..cdd2b7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,24 +1,26 @@ -# -# This file is autogenerated by pip-compile with Python 3.11 -# by the following command: -# -# pip-compile requirements-dev.in -# -django-types==0.19.1 +# This file was autogenerated by uv via the following command: +# uv pip compile requirements-dev.in --universal --output-file requirements-dev.txt +colorama==0.4.6 ; sys_platform == 'win32' + # via pytest +django-types==0.20.0 # via -r requirements-dev.in +exceptiongroup==1.2.2 ; python_full_version < '3.11' + # via pytest iniconfig==2.0.0 # via pytest -packaging==23.2 +packaging==24.2 # via pytest -pluggy==1.3.0 +pluggy==1.5.0 # via pytest -pytest==7.4.3 +pytest==8.3.4 # via # -r requirements-dev.in # pytest-django -pytest-django==4.5.2 +pytest-django==4.9.0 # via -r requirements-dev.in -ruff==0.1.2 +ruff==0.8.6 # via -r requirements-dev.in -types-psycopg2==2.9.21.14 +tomli==2.2.1 ; python_full_version < '3.11' + # via pytest +types-psycopg2==2.9.21.20241019 # via django-types diff --git a/requirements.txt b/requirements.txt index bffb99d..4b8a22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,48 +1,58 @@ -# -# This file is autogenerated by pip-compile with Python 3.10 -# by the following command: -# -# pip-compile -# +# This file was autogenerated by uv via the following command: +# uv pip compile requirements.in --universal --output-file requirements.txt +anyio==4.8.0 + # via httpx asgiref==3.8.1 # via django -bibtexparser==1.4.1 +bibtexparser==1.4.3 # via pyzotero -certifi==2024.2.2 - # via requests -charset-normalizer==3.3.2 - # via requests -django==4.2.11 +certifi==2024.12.14 + # via + # httpcore + # httpx +django==4.2.17 # via -r requirements.in django-environ==0.11.2 # via -r requirements.in -et-xmlfile==1.1.0 +et-xmlfile==2.0.0 # via openpyxl +exceptiongroup==1.2.2 ; python_full_version < '3.11' + # via anyio feedparser==6.0.11 # via pyzotero -idna==3.6 - # via requests -iso639-lang==2.2.3 +h11==0.14.0 + # via httpcore +httpcore==1.0.7 + # via httpx +httpx==0.28.1 + # via pyzotero +idna==3.10 + # via + # anyio + # httpx +iso639-lang==2.5.1 # via -r requirements.in -openpyxl==3.1.2 +openpyxl==3.1.5 # via -r requirements.in -pyparsing==3.1.2 +pyparsing==3.2.1 # via bibtexparser python-dotenv==1.0.1 # via -r requirements.in -pytz==2024.1 +pytz==2024.2 # via pyzotero -pyyaml==6.0.1 +pyyaml==6.0.2 # via -r requirements.in -pyzotero==1.5.18 +pyzotero==1.6.4 # via -r requirements.in -requests==2.31.0 - # via pyzotero sgmllib3k==1.0.0 # via feedparser -sqlparse==0.4.4 +sniffio==1.3.1 + # via anyio +sqlparse==0.5.3 + # via django +typing-extensions==4.12.2 ; python_full_version < '3.13' + # via + # anyio + # asgiref +tzdata==2024.2 ; sys_platform == 'win32' # via django -typing-extensions==4.10.0 - # via asgiref -urllib3==2.2.1 - # via requests