Skip to content

chore(deps): bump xattr from 1.1.0 to 1.3.0 in /python - #47

Merged
overwrite00 merged 1 commit into
developfrom
dependabot/pip/python/xattr-1.3.0
Jun 13, 2026
Merged

chore(deps): bump xattr from 1.1.0 to 1.3.0 in /python#47
overwrite00 merged 1 commit into
developfrom
dependabot/pip/python/xattr-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps xattr from 1.1.0 to 1.3.0.

Release notes

Sourced from xattr's releases.

v1.3.0

What's Changed

  • Update pyproject.toml license identifier and update CI workflows for Python 3.14, dropping support for Python 3.8. xattr/xattr#134

Full Changelog: xattr/xattr@v1.2.0...v1.3.0

v1.2.0

Version 1.2.0 released 2025-07-13

New Contributors

Full Changelog: xattr/xattr@v1.1.4...v1.2.0

v1.1.4

Version 1.1.4 released 2025-01-06

v1.1.3

Version 1.1.3 released 2025-01-06

v1.1.2

Version 1.1.2 released 2025-01-05

... (truncated)

Changelog

Sourced from xattr's changelog.

Version 1.3.0 released 2025-10-13

  • Update pyproject.toml license identifier and update CI workflows for Python 3.14, dropping support for Python 3.8. xattr/xattr#134

Version 1.2.0 released 2025-07-13

Version 1.1.4 released 2025-01-06

Version 1.1.0 released 2024-02-01

  • Improve FreeBSD compatibility by stripping "user." prefix on attribute names, but add them when listing attributes so that it behaves similarly to Linux (the xattr.pyxattr_compat module does not add them). Also adds FreeBSD with its ports build of Python 3.9 to the CI test suite. xattr/xattr#116 xattr/xattr#117

Version 1.0.0 released 2023-11-19

  • Update test & build matrix and use Github Actions as a Trusted Publisher. Drop support for Python 3.7 and earlier (including Python 2). Move tests out of package. xattr/xattr#115

Version 0.10.1 released 2022-12-03

Version 0.10.0 released 2022-10-24

... (truncated)

Commits
  • 29c9c06 Add date for v1.3.0 release (#135)
  • ef5c1c0 Update pyproject.toml license identifier and update CI workflows for Python 3...
  • 10ecf00 update release date for v1.2.0 (#132)
  • 482f12e #129 support optional default value in xattr.get() (#130)
  • 1baefbf Merge pull request #131 from xattr/macOS-sip
  • 7447188 Ignore macOS 13 SIP attribute 'com.apple.provenance' in tests
  • d783a28 Merge pull request #128 from xattr/v1.1.4
  • 38f99b5 v1.1.4
  • c5826d5 Merge pull request #127 from xattr/v1.1.3
  • 2fa4b6e Update GitHub actions to support upload-artifact@v4
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Full requests that update a dependency file python labels Jun 13, 2026
@overwrite00 overwrite00 self-assigned this Jun 13, 2026
@overwrite00
overwrite00 self-requested a review June 13, 2026 17:04
@overwrite00

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [xattr](https://github.com/xattr/xattr) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/xattr/xattr/releases)
- [Changelog](https://github.com/xattr/xattr/blob/main/CHANGES.txt)
- [Commits](xattr/xattr@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot changed the base branch from main to develop June 13, 2026 19:42
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/xattr-1.3.0 branch from 13470d1 to e267ab0 Compare June 13, 2026 19:42
@overwrite00
overwrite00 merged commit ddcb506 into develop Jun 13, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/python/xattr-1.3.0 branch June 13, 2026 19:58
overwrite00 added a commit that referenced this pull request Jun 22, 2026
)

* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump pytest from 9.0.3 to 9.1.0 in /python (#55)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.1 in /frontend (#52)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.1.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 41.2.1 to 42.4.0 in /electron (#51)

Bumps [electron](https://github.com/electron/electron) from 41.2.1 to 42.4.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.2.1...v42.4.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend (#50)

* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.5 to 19.2.7.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: 0verwrite <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pywin32 from 310 to 312 in /python (#48)

Bumps [pywin32](https://github.com/mhammond/pywin32) from 310 to 312.
- [Release notes](https://github.com/mhammond/pywin32/releases)
- [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md)
- [Commits](https://github.com/mhammond/pywin32/commits)

---
updated-dependencies:
- dependency-name: pywin32
  dependency-version: '312'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump xattr from 1.1.0 to 1.3.0 in /python (#47)

Bumps [xattr](https://github.com/xattr/xattr) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/xattr/xattr/releases)
- [Changelog](https://github.com/xattr/xattr/blob/main/CHANGES.txt)
- [Commits](xattr/xattr@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 42.4.0 to 42.4.1 in /electron (#59)

Bumps [electron](https://github.com/electron/electron) from 42.4.0 to 42.4.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.4.0...v42.4.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump fastapi from 0.136.3 to 0.137.2 in /python (#58)

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.137.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.3...0.137.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.137.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump lucide-react from 1.18.0 to 1.21.0 in /frontend (#57)

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.18.0 to 1.21.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pypdf from 6.13.2 to 6.13.3 in /python (#56)

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.2 to 6.13.3.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.13.2...6.13.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update Tailwind CSS v4 to use @tailwindcss/postcss plugin

Tailwind CSS v4 moved the PostCSS plugin to a separate package.
Updated postcss.config.js to use @tailwindcss/postcss instead of tailwindcss plugin.
Added @tailwindcss/postcss to devDependencies.

Fixes test-frontend workflow failure.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
overwrite00 added a commit that referenced this pull request Jun 22, 2026
* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump pytest from 9.0.3 to 9.1.0 in /python (#55)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.1 in /frontend (#52)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.1.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 41.2.1 to 42.4.0 in /electron (#51)

Bumps [electron](https://github.com/electron/electron) from 41.2.1 to 42.4.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.2.1...v42.4.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend (#50)

* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.5 to 19.2.7.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: 0verwrite <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pywin32 from 310 to 312 in /python (#48)

Bumps [pywin32](https://github.com/mhammond/pywin32) from 310 to 312.
- [Release notes](https://github.com/mhammond/pywin32/releases)
- [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md)
- [Commits](https://github.com/mhammond/pywin32/commits)

---
updated-dependencies:
- dependency-name: pywin32
  dependency-version: '312'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump xattr from 1.1.0 to 1.3.0 in /python (#47)

Bumps [xattr](https://github.com/xattr/xattr) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/xattr/xattr/releases)
- [Changelog](https://github.com/xattr/xattr/blob/main/CHANGES.txt)
- [Commits](xattr/xattr@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 42.4.0 to 42.4.1 in /electron (#59)

Bumps [electron](https://github.com/electron/electron) from 42.4.0 to 42.4.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.4.0...v42.4.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump fastapi from 0.136.3 to 0.137.2 in /python (#58)

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.137.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.3...0.137.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.137.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump lucide-react from 1.18.0 to 1.21.0 in /frontend (#57)

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.18.0 to 1.21.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pypdf from 6.13.2 to 6.13.3 in /python (#56)

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.2 to 6.13.3.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.13.2...6.13.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update Tailwind CSS v4 to use @tailwindcss/postcss plugin

Tailwind CSS v4 moved the PostCSS plugin to a separate package.
Updated postcss.config.js to use @tailwindcss/postcss instead of tailwindcss plugin.
Added @tailwindcss/postcss to devDependencies.

Fixes test-frontend workflow failure.

* chore: bump version 0.1.2 → 0.1.3 - Maintenance and dependency updates release

Patch release with dependency updates and Tailwind CSS v4 fix.

Changes:
- Tailwind CSS v4 breaking change fix (PostCSS plugin)
- electron 42.4.0 → 42.4.1
- fastapi 0.136.3 → 0.137.2
- lucide-react 1.18.0 → 1.21.0
- pypdf 6.13.2 → 6.13.3 (security fix)
- All other routine dependency updates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
overwrite00 added a commit that referenced this pull request Jun 22, 2026
* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump pytest from 9.0.3 to 9.1.0 in /python (#55)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.1 in /frontend (#52)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.1.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 41.2.1 to 42.4.0 in /electron (#51)

Bumps [electron](https://github.com/electron/electron) from 41.2.1 to 42.4.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v41.2.1...v42.4.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend (#50)

* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions

- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx

* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar

* ci: trigger CodeQL rescan

* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues

* chore: configure dependabot to target develop branch for version updates

- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs

* chore(deps): bump react-dom from 19.2.5 to 19.2.7 in /frontend

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.5 to 19.2.7.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: 0verwrite <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pywin32 from 310 to 312 in /python (#48)

Bumps [pywin32](https://github.com/mhammond/pywin32) from 310 to 312.
- [Release notes](https://github.com/mhammond/pywin32/releases)
- [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md)
- [Commits](https://github.com/mhammond/pywin32/commits)

---
updated-dependencies:
- dependency-name: pywin32
  dependency-version: '312'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump xattr from 1.1.0 to 1.3.0 in /python (#47)

Bumps [xattr](https://github.com/xattr/xattr) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/xattr/xattr/releases)
- [Changelog](https://github.com/xattr/xattr/blob/main/CHANGES.txt)
- [Commits](xattr/xattr@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump electron from 42.4.0 to 42.4.1 in /electron (#59)

Bumps [electron](https://github.com/electron/electron) from 42.4.0 to 42.4.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.4.0...v42.4.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 42.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump fastapi from 0.136.3 to 0.137.2 in /python (#58)

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.136.3 to 0.137.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.3...0.137.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.137.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump lucide-react from 1.18.0 to 1.21.0 in /frontend (#57)

Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.18.0 to 1.21.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump pypdf from 6.13.2 to 6.13.3 in /python (#56)

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.2 to 6.13.3.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.13.2...6.13.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update Tailwind CSS v4 to use @tailwindcss/postcss plugin

Tailwind CSS v4 moved the PostCSS plugin to a separate package.
Updated postcss.config.js to use @tailwindcss/postcss instead of tailwindcss plugin.
Added @tailwindcss/postcss to devDependencies.

Fixes test-frontend workflow failure.

* chore: bump version 0.1.2 → 0.1.3 - Maintenance and dependency updates release

Patch release with dependency updates and Tailwind CSS v4 fix.

Changes:
- Tailwind CSS v4 breaking change fix (PostCSS plugin)
- electron 42.4.0 → 42.4.1
- fastapi 0.136.3 → 0.137.2
- lucide-react 1.18.0 → 1.21.0
- pypdf 6.13.2 → 6.13.3 (security fix)
- All other routine dependency updates

* chore(deps-dev): bump undici

Bumps the npm_and_yarn group with 1 update in the /electron directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 7.27.2 to 7.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.27.2...v7.28.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.28.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump version 0.1.3 → 0.1.4 - Security release (undici update)

Patch release with critical security update.

undici 7.27.2 → 7.28.0: Resolves 7 security vulnerabilities
- 3× HIGH severity (WebSocket DoS, TLS bypass, cross-origin routing)
- 2× MEDIUM severity (cache bypass, HTTP injection)
- 2× LOW severity (SameSite downgrade, response poisoning)

All tests passing: 47 passed, 1 skipped
Frontend/Electron builds verified.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Full requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant