mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 04:03:06 +00:00
bump pydantic-pkgr to 0.3.7
This commit is contained in:
parent
a5ffd4e9d3
commit
e0eb3119b7
2 changed files with 2 additions and 2 deletions
2
archivebox/vendor/pydantic-pkgr
vendored
2
archivebox/vendor/pydantic-pkgr
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a7a3bc43cc2b73bfb23a92c6625510f5f3c3531f
|
||||
Subproject commit 4f9486ab86a65f83ad1bfd94320795b8e09871aa
|
|
@ -77,7 +77,7 @@ dependencies = [
|
|||
############# VENDORED LIBS ######################
|
||||
# these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
|
||||
# archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
|
||||
"pydantic-pkgr>=0.3.6",
|
||||
"pydantic-pkgr>=0.3.7",
|
||||
"atomicwrites==1.4.1",
|
||||
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
|
||||
"django-taggit==1.3.0",
|
||||
|
|
Loading…
Reference in a new issue