[UPD] poetry: gitpython 3.1.30 and future 0.18.3
This commit is contained in:
parent
9b7bfecdc0
commit
8ddcec3f21
3 changed files with 10 additions and 8 deletions
12
poetry.lock
generated
12
poetry.lock
generated
|
|
@ -1234,13 +1234,13 @@ python-dateutil = ">=2.7"
|
|||
|
||||
[[package]]
|
||||
name = "future"
|
||||
version = "0.18.2"
|
||||
version = "0.18.3"
|
||||
description = "Clean single-source support for Python 3 and 2"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
files = [
|
||||
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
||||
{file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1336,14 +1336,14 @@ smmap = ">=3.0.1,<6"
|
|||
|
||||
[[package]]
|
||||
name = "gitpython"
|
||||
version = "3.1.29"
|
||||
version = "3.1.30"
|
||||
description = "GitPython is a python library used to interact with Git repositories"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "GitPython-3.1.29-py3-none-any.whl", hash = "sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f"},
|
||||
{file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"},
|
||||
{file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"},
|
||||
{file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -5876,4 +5876,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.16"
|
||||
content-hash = "dd54f6a3d606782a2768478cdfde0fd5f90b2e625e13b8d3ac946b25637e4f0c"
|
||||
content-hash = "3ea90fffaf8140b6d905c474af3228499514491d98f24191d521bab1ea6a1862"
|
||||
|
|
|
|||
|
|
@ -57,9 +57,10 @@ feedparser = "6.0.10"
|
|||
flake8 = "<6.0.0"
|
||||
formio-data = "^0.4.10"
|
||||
freezegun = "1.2.2"
|
||||
future = "0.18.3"
|
||||
geojson = "<3.0.0"
|
||||
gevent = "1.5.0"
|
||||
gitpython = "3.1.29"
|
||||
gitpython = "3.1.30"
|
||||
giturlparse = "^0.10.0"
|
||||
greenlet = "0.4.14"
|
||||
html2text = "2016.9.19"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# For script
|
||||
giturlparse
|
||||
agithub
|
||||
GitPython==3.1.29
|
||||
GitPython==3.1.30
|
||||
retrying
|
||||
xmltodict
|
||||
openupgradelib
|
||||
|
|
@ -107,3 +107,4 @@ pyjwt==2.5.0
|
|||
pygments==2.7.4
|
||||
setuptools==65.5.1
|
||||
Werkzeug==0.16.1
|
||||
future==0.18.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue