bump requirements and version to 0.8.1

This commit is contained in:
Nick Sweeting 2024-06-02 19:14:45 -07:00
parent 07d80db5aa
commit b3f2a71c93
No known key found for this signature in database
6 changed files with 836 additions and 254 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "archivebox", "name": "archivebox",
"version": "0.8.0", "version": "0.8.1",
"description": "ArchiveBox: The self-hosted internet archive", "description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>", "author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox", "repository": "github:ArchiveBox/ArchiveBox",

526
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "archivebox", "name": "archivebox",
"version": "0.8.0", "version": "0.8.1",
"description": "ArchiveBox: The self-hosted internet archive", "description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>", "author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox", "repository": "github:ArchiveBox/ArchiveBox",

View file

@ -1,6 +1,6 @@
[project] [project]
name = "archivebox" name = "archivebox"
version = "0.8.0" version = "0.8.1"
package-dir = "archivebox" package-dir = "archivebox"
requires-python = ">=3.10,<3.13" requires-python = ">=3.10,<3.13"
platform = "py3-none-any" platform = "py3-none-any"

View file

@ -1,13 +1,13 @@
# This file is @generated by PDM. # This file is @generated by PDM.
# Please do not edit it manually. # Please do not edit it manually.
annotated-types==0.6.0 annotated-types==0.7.0
anyio==4.3.0 anyio==4.4.0
asgiref==3.8.1 asgiref==3.8.1
asttokens==2.4.1 asttokens==2.4.1
brotli==1.1.0; implementation_name == "cpython" brotli==1.1.0; implementation_name == "cpython"
brotlicffi==1.1.0.0; implementation_name != "cpython" brotlicffi==1.1.0.0; implementation_name != "cpython"
certifi==2024.2.2 certifi==2024.6.2
cffi==1.16.0; platform_python_implementation != "PyPy" or implementation_name != "cpython" cffi==1.16.0; platform_python_implementation != "PyPy" or implementation_name != "cpython"
charset-normalizer==3.3.2 charset-normalizer==3.3.2
colorama==0.4.6; sys_platform == "win32" colorama==0.4.6; sys_platform == "win32"
@ -18,8 +18,11 @@ decorator==5.1.1
django==5.0.6 django==5.0.6
django-admin-data-views==0.3.1 django-admin-data-views==0.3.1
django-auth-ldap==4.8.0 django-auth-ldap==4.8.0
django-charid-field==0.4
django-extensions==3.2.3 django-extensions==3.2.3
django-jsonform==2.22.0
django-ninja==1.1.0 django-ninja==1.1.0
django-pydantic-field==0.3.9
django-settings-holder==0.1.2 django-settings-holder==0.1.2
django-signal-webhooks==0.3.0 django-signal-webhooks==0.3.0
exceptiongroup==1.2.1; python_version < "3.11" exceptiongroup==1.2.1; python_version < "3.11"
@ -29,30 +32,30 @@ h11==0.14.0
httpcore==1.0.5 httpcore==1.0.5
httpx==0.27.0 httpx==0.27.0
idna==3.7 idna==3.7
ipython==8.24.0 ipython==8.25.0
jedi==0.19.1 jedi==0.19.1
matplotlib-inline==0.1.7 matplotlib-inline==0.1.7
mutagen==1.47.0 mutagen==1.47.0
mypy-extensions==1.0.0 mypy-extensions==1.0.0
parso==0.8.4 parso==0.8.4
pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten" pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
prompt-toolkit==3.0.43 prompt-toolkit==3.0.45
ptyprocess==0.7.0; sys_platform != "win32" and sys_platform != "emscripten" ptyprocess==0.7.0; sys_platform != "win32" and sys_platform != "emscripten"
pure-eval==0.2.2 pure-eval==0.2.2
pyasn1==0.6.0 pyasn1==0.6.0
pyasn1-modules==0.4.0 pyasn1-modules==0.4.0
pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython" pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython"
pycryptodomex==3.20.0 pycryptodomex==3.20.0
pydantic==2.7.1 pydantic==2.7.2
pydantic-core==2.18.2 pydantic-core==2.18.3
pygments==2.18.0 pygments==2.18.0
python-crontab==3.0.0 python-crontab==3.1.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-ldap==3.4.4 python-ldap==3.4.4
pytz==2024.1 pytz==2024.1
regex==2024.5.10 regex==2024.5.15
requests==2.31.0 requests==2.32.3
setuptools==69.5.1 setuptools==70.0.0
sgmllib3k==1.0.0 sgmllib3k==1.0.0
six==1.16.0 six==1.16.0
sniffio==1.3.1 sniffio==1.3.1
@ -60,11 +63,14 @@ sonic-client==1.0.0
sqlparse==0.5.0 sqlparse==0.5.0
stack-data==0.6.3 stack-data==0.6.3
traitlets==5.14.3 traitlets==5.14.3
typing-extensions==4.11.0 typeid-python==0.3.0
typing-extensions==4.12.1
tzdata==2024.1; sys_platform == "win32" or platform_system == "Windows" tzdata==2024.1; sys_platform == "win32" or platform_system == "Windows"
tzlocal==5.2 tzlocal==5.2
ulid-py==1.1.0
urllib3==2.2.1 urllib3==2.2.1
uuid6==2023.5.2
w3lib==2.1.2 w3lib==2.1.2
wcwidth==0.2.13 wcwidth==0.2.13
websockets==12.0 websockets==12.0
yt-dlp==2024.4.9 yt-dlp==2024.5.27