Skip to content

Commit

Permalink
Merge pull request #517 from projectsyn/deps/pin-all-versions
Browse files Browse the repository at this point in the history
Remove all version range specifications for dependencies in `pyproject.toml`
  • Loading branch information
simu authored May 25, 2022
2 parents f7662e2 + 6dc4784 commit 9be16b7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@ include = [
[tool.poetry.dependencies]
python = ">=3.8, <3.11"
kapitan = "0.30.0"
click = "^8.1.2"
cookiecutter = "^1.7.3"
click = "8.1.3"
cookiecutter = "1.7.3"
# Kapitan requires exactly 3.1.24
gitpython = "3.1.24"
# Kapitan requires exactly 2.26.0
requests = "2.26.0"
url-normalize = "^1.4.3"
python-dotenv = "^0.20.0"
importlib-metadata = "^4.11.3"
pyxdg = "^0.27"
cruft = "^2.10.2"
url-normalize = "1.4.3"
python-dotenv = "0.20.0"
importlib-metadata = "4.11.4"
pyxdg = "0.27"
cruft = "2.10.2"
# Kapitan requires exactly 3.1.1
oauthlib = "3.1.1"
# Kapitan requires exactly 2.1.0
pyjwt = "2.1.0"

[tool.poetry.dev-dependencies]
tox = "^3.25.0"
autopep8 = "^1.6.0"
pytest = "^7.1.1"
pytest-xdist = "^2.5.0"
pytest-benchmark = "^3.4.1"
responses = "^0.20.0"
black = "^22.3.0"
pyfakefs = "^4.5.6"
pytest-cov = "^3.0.0"
pylint = "^2.13.5"
tox = "3.25.0"
autopep8 = "1.6.0"
pytest = "7.1.2"
pytest-xdist = "2.5.0"
pytest-benchmark = "3.4.1"
responses = "0.20.0"
black = "22.3.0"
pyfakefs = "4.5.6"
pytest-cov = "3.0.0"
pylint = "2.13.9"

[tool.poetry.scripts]
commodore = 'commodore.cli:main'
Expand Down

0 comments on commit 9be16b7

Please sign in to comment.