Skip to content

Commit f1d76ab

Browse files
chore(deps): lock file maintenance (#949)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dylan Anthony <[email protected]>
1 parent b082deb commit f1d76ab

File tree

3 files changed

+140
-138
lines changed

3 files changed

+140
-138
lines changed

integration-tests/pdm.lock

+20-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/pyproject.toml

+7-5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ requires-python = ">=3.8,<4.0"
1414
[tool.pdm]
1515
package-type = "library"
1616

17+
[tool.pdm.dev-dependencies]
18+
dev = [
19+
"pytest",
20+
"mypy",
21+
"pytest-asyncio>=0.23.5",
22+
]
23+
1724
[build-system]
1825
requires = ["pdm-backend"]
1926
build-backend = "pdm.backend"
@@ -22,8 +29,3 @@ build-backend = "pdm.backend"
2229
select = ["F", "I"]
2330
line-length = 120
2431

25-
[tool.pdm.dev-dependencies]
26-
dev = [
27-
"pytest",
28-
"mypy",
29-
]

0 commit comments

Comments
 (0)