Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2022
1 parent 61c1317 commit 2c3393f
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 53 deletions.
14 changes: 7 additions & 7 deletions c2cciutils/package-lock.json

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

2 changes: 1 addition & 1 deletion c2cciutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"prettier": "2.8.0",
"prettier-plugin-sh": "0.12.8",
"prettier-plugin-toml": "0.3.1",
"snyk": "1.1064.0"
"snyk": "1.1066.0"
}
}
2 changes: 1 addition & 1 deletion example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include = ["project/py.typed"]
python = ">=3.10,<3.11"

[tool.poetry.dev-dependencies]
prospector = { version = "1.7.7", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.8.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }

[build-system]
requires = [
Expand Down
100 changes: 58 additions & 42 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ python-magic = "0.4.27"
requests = "2.28.1"
Markdown = "3.4.1"
EditorConfig = { version = "0.12.3", optional = true }
google-api-python-client = { version = "2.66.0", optional = true }
google-api-python-client = { version = "2.68.0", optional = true }
google-auth-httplib2 = { version = "0.1.0", optional = true }
google-auth-oauthlib = { version = "0.7.1", optional = true }
"ruamel.yaml" = "0.17.21"
Expand All @@ -119,7 +119,7 @@ publish_plugins = []
pr_checks = ["codespell"]

[tool.poetry.dev-dependencies]
prospector = { version = "1.7.7", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector = { version = "1.8.2", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
types-requests = "2.28.11.5"
types-pyyaml = "6.0.12.2"
types-setuptools = "65.6.0.1"
Expand Down

0 comments on commit 2c3393f

Please sign in to comment.