Skip to content

Commit 7f7e142

Browse files
renovate[bot]renovate-botgithub-actions[bot]
authored
Update dependency poetry to v1.1.9 (#256)
* Update dependency poetry to v1.1.9 * Synced dependency changes. Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb62ac5 commit 7f7e142

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Django = {version = "^3.2.7"}
7171
check-manifest = {version = "^0.46", python = "^3.6"}
7272
bump2version = {version = "^1.0.0", python = "^3.6"}
7373
git-changelog = {version = "^0.4.0", python = "^3.6"}
74-
poetry = "=1.1.8"
74+
poetry = "=1.1.9"
7575
sphinx = "=4.2.0"
7676
sphinx-autobuild = "^2021.0.0"
7777
sphinx_rtd_theme = "^1.0.0"

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ alabaster==0.7.12; python_version >= "3.6"
22
asgiref==3.4.1; python_version >= "3.6"
33
babel==2.9.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
44
backports.entry-points-selectable==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "2.7"
5-
build==0.6.1; python_version >= "3.6" and python_version < "4.0"
5+
build==0.7.0; python_version >= "3.6" and python_version < "4.0"
66
bump2version==1.0.1; python_version >= "3.6" and python_version < "4.0"
77
cachecontrol==0.12.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
88
cachy==0.3.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
99
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
1010
cffi==1.14.6; python_version >= "3.6" and python_version < "4.0" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and sys_platform == "linux"
11-
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
11+
charset-normalizer==2.0.6; python_full_version >= "3.6.0" and python_version >= "3"
1212
check-manifest==0.46; python_version >= "3.6" and python_version < "4.0"
1313
cleo==0.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
1414
clikit==0.6.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
@@ -46,8 +46,8 @@ pexpect==4.8.0; python_version >= "2.7" and python_full_version < "3.0.0" or pyt
4646
pkginfo==1.7.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
4747
platformdirs==2.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
4848
pluggy==1.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
49-
poetry-core==1.0.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
50-
poetry==1.1.8; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
49+
poetry-core==1.0.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
50+
poetry==1.1.9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
5151
psycopg2==2.8.6; python_full_version >= "3.6.0" and python_full_version < "3.10.0"
5252
ptyprocess==0.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
5353
py==1.10.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
@@ -78,13 +78,13 @@ toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" and pyth
7878
tomli==1.2.1; python_version >= "3.6" and python_version < "4.0"
7979
tomlkit==0.7.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
8080
tornado==6.1; python_version >= "3.6"
81-
tox==3.24.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
81+
tox==3.24.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
8282
typed-ast==1.4.3; python_version >= "3.6" and python_version < "3.8"
8383
types-pytz==2021.1.2; python_version >= "3.6" and python_version < "4.0"
8484
types-pyyaml==5.4.10; python_version >= "3.6" and python_version < "4.0"
8585
typing-extensions==3.10.0.2
8686
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
8787
urlman==2.0.1
88-
virtualenv==20.7.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
88+
virtualenv==20.8.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
8989
webencodings==0.5.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
9090
zipp==3.5.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.7" or python_full_version >= "3.5.0" and python_version < "3.7" and python_version >= "3.6"

0 commit comments

Comments
 (0)