Skip to content

Commit

Permalink
Pin markupsafe version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed Feb 21, 2022
1 parent 9904953 commit 821f1f3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
target-version = ['py38']
exclude= '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|buck-out|build|dist|model)/' # Default excludes from black and the generated folder model
exclude = '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|buck-out|build|dist|model)/' # Default excludes from black and the generated folder model

[tool.poetry]
name = "goth"
Expand All @@ -9,14 +9,14 @@ description = "Golem Test Harness - integration testing framework"
authors = ["Golem Factory <[email protected]>"]
license = "GPL-3.0"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Framework :: AsyncIO",
"Framework :: Pytest",
"Topic :: Software Development :: Testing"
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Framework :: AsyncIO",
"Framework :: Pytest",
"Topic :: Software Development :: Testing",
]
repository = "https://github.com/golemfactory/goth"
readme = "README.md"
Expand All @@ -29,6 +29,7 @@ docker-compose = "^1.29"
docker = "^5.0"
dpath = "^2.0"
func_timeout = "4.3.5"
markupsafe = "2.0.1"
mitmproxy = "^5.3"
pyyaml = "^5.4"
transitions = "^0.8"
Expand Down

0 comments on commit 821f1f3

Please sign in to comment.