Skip to content
Snippets Groups Projects
Commit cf33f701 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'renovate/inflection-0.x' into 'master'

Update dependency inflection to ^0.5.0

See merge request infrablue/python-bigbluebutton2!21
parents acf94844 1ae3e960
No related branches found
No related tags found
1 merge request!21Update dependency inflection to ^0.5.0
Pipeline #2860 passed with warnings
......@@ -404,7 +404,7 @@ description = "A port of Ruby on Rails inflector to Python"
name = "inflection"
optional = false
python-versions = ">=3.5"
version = "0.4.0"
version = "0.5.0"
[[package]]
category = "dev"
......@@ -1100,7 +1100,7 @@ django = ["dicttoxml", "django"]
sysstat = ["sadf"]
[metadata]
content-hash = "1430f6e246136543ca1a3324c217d932f6a68625eec71b1e95bb60ec43b748d5"
content-hash = "beca6d8e515ae0c467be57cc036201401148a8b4b85c84bbb09f5f39d3fbade0"
python-versions = "^3.6"
[metadata.files]
......@@ -1266,8 +1266,8 @@ importlib-metadata = [
{file = "importlib_metadata-1.6.1.tar.gz", hash = "sha256:0505dd08068cfec00f53a74a0ad927676d7757da81b7436a6eefe4c7cf75c545"},
]
inflection = [
{file = "inflection-0.4.0-py2.py3-none-any.whl", hash = "sha256:9a15d3598f01220e93f2207c432cfede50daff53137ce660fb8be838ef1ca6cc"},
{file = "inflection-0.4.0.tar.gz", hash = "sha256:32a5c3341d9583ec319548b9015b7fbdf8c429cbcb575d326c33ae3a0e90d52c"},
{file = "inflection-0.5.0-py2.py3-none-any.whl", hash = "sha256:88b101b2668a1d81d6d72d4c2018e53bc6c7fc544c987849da1c7f77545c3bc9"},
{file = "inflection-0.5.0.tar.gz", hash = "sha256:f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924"},
]
isort = [
{file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"},
......
......@@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
xmltodict = "^0.12.0"
inflection = "^0.4.0"
inflection = "^0.5.0"
click = {version = "^7.1.1", optional = true}
toml = {version = "^0.10.0", optional = true}
tabulate = {version = "^0.8.7", optional = true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment