Skip to content

chore(deps): bump catfood from 2.2.1 to 2.2.2 - #383

Merged
DuckDuckStudio merged 1 commit into
mainfrom
dependabot/pip/catfood-2.2.2
Sep 3, 2026
Merged

chore(deps): bump catfood from 2.2.1 to 2.2.2#383
DuckDuckStudio merged 1 commit into
mainfrom
dependabot/pip/catfood-2.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps catfood from 2.2.1 to 2.2.2.

Release notes

Sourced from catfood's releases.

猫粮 2.2.2

修复

from catfood.functions.terminal import runCommand
之前
runCommand('example "你好 世界!"')
实际运行 ["example", '"你好', '世界!"']
现在
runCommand('example "你好 世界!"')
实际运行 ["example", "你好 世界!"]

完整修改记录: DuckDuckStudio/catfood@2.2.1...2.2.2

Commits
  • 3d2a92f chore(ver): 更新版本号到 2.2.2 (#67)
  • 1f8c6d8 fix(func/terminal): 使用 shlex 解析带空格的命令参数 (合并 #66)
  • 10a83d8 fix(func/terminal): 使用 shlex 解析带空格的命令参数
  • 592b4af style(func/terminal): 格式化代码样式
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
catfood [< 1.1, > 1.0.9]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [catfood](https://github.com/DuckDuckStudio/catfood) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/DuckDuckStudio/catfood/releases)
- [Commits](DuckDuckStudio/catfood@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: catfood
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from DuckDuckStudio as a code owner September 3, 2026 02:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 3, 2026
@DuckDuckStudio
DuckDuckStudio enabled auto-merge (squash) September 3, 2026 05:50
@DuckDuckStudio
DuckDuckStudio merged commit ac0ceac into main Sep 3, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/catfood-2.2.2 branch September 3, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant