Skip to content

fix(deps): update all patch dependencies - #1930

Merged
whabanks merged 3 commits into
mainfrom
renovate/all-patch
Nov 25, 2025
Merged

fix(deps): update all patch dependencies#1930
whabanks merged 3 commits into
mainfrom
renovate/all-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
Flask-WTF (changelog) 1.2.1 -> 1.2.2 age confidence dependencies patch
PyYAML (source) 6.0.2 -> 6.0.3 age confidence dependencies patch
chromedriver 135.0.0 -> 135.0.4 age confidence devDependencies patch
cypress (source) 14.5.3 -> 14.5.4 age confidence devDependencies patch
dayjs (source) 1.11.13 -> 1.11.19 age confidence dependencies patch
debugpy (source) 1.8.12 -> 1.8.17 age confidence dependencies patch
form-data 4.0.4 -> 4.0.5 age confidence dependencies patch
freezegun (changelog) 1.5.1 -> 1.5.5 age confidence test patch
node (source) 16.20.0 -> 16.20.2 age confidence patch
pyexcel 0.7.0 -> 0.7.4 age confidence dependencies patch
pyexcel-io 0.6.6 -> 0.6.7 age confidence dependencies patch
pyexcel-xls 0.7.0 -> 0.7.1 age confidence dependencies patch
pyexcel-xlsx 0.6.0 -> 0.6.1 age confidence dependencies patch
tailwindcss (source) 3.4.13 -> 3.4.18 age confidence devDependencies patch
types-python-dateutil (changelog) 2.9.0.20241003 -> 2.9.0.20251115 age confidence test patch
types-requests (changelog) 2.32.0.20240914 -> 2.32.4.20250913 age confidence test patch

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

yaml/pyyaml (PyYAML)

v6.0.3

Compare Source

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

giggio/node-chromedriver (chromedriver)

v135.0.4

Compare Source

v135.0.3

Compare Source

v135.0.2

Compare Source

v135.0.1

Compare Source

cypress-io/cypress (cypress)

v14.5.4

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-5-4

iamkun/dayjs (dayjs)

v1.11.19

Compare Source

Bug Fixes
  • added usage warnings for diff + updated unit tests (#​2948) (269a7a9)
  • dont instantiate regexes within ar locale functions to avoid performance overhead (#​2898) (af5e9f0)
  • replace italian locale "un' ora fa" with "un'ora fa", add tests for it (#​2930) (9e9f76c)
  • Updated Belarusian locale with relative time (#​2656) (1d8746c)

v1.11.18

Compare Source

Bug Fixes
  • error semantic-release dependency (8cfb313)

v1.11.17

Compare Source

Bug Fixes

v1.11.16

Compare Source

Bug Fixes
  • test release workflow (no code changes) (c38c428)

v1.11.15

Compare Source

Bug Fixes

v1.11.14

Compare Source

Bug Fixes
  • .utcOffset(0, true) result and its clone are different bug (#​2505) (fefdcd4)
microsoft/debugpy (debugpy)

v1.8.17

Compare Source

v1.8.16: debugpy v1.8.16

Compare Source

Fixes

Thanks to @​osiewicz

v1.8.15: debugpy v1.8.15

Compare Source

Fixes:

Thanks to @​MichaelSpece, @​jborean93, @​ConradIrwin for your help

v1.8.14: debugpy v1.8.14

Compare Source

Fixes for:

  • binskim warnings on linux
  • support for posix_spawnp

v1.8.13: debugpy v1.8.13

Compare Source

Fixes:

form-data/form-data (form-data)

v4.0.5

Compare Source

Commits
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee
spulec/freezegun (freezegun)

v1.5.5

Compare Source

  • Allow parametrized arguments called 'func' (Broken in 1.5.4)

v1.5.4

Compare Source

  • Fix: Ability to yield fixtures (broken in 1.5.3)

v1.5.3

Compare Source

  • Fix compatibility with pytest 8.4.0 when using fixtures
  • Add (back) class-decorator overload to guarantee Pytype understands it

v1.5.2

Compare Source

  • Remove support for Python 3.7
  • Explicitly marks support for Python 3.13
  • Improved project documentation
nodejs/node (node)

v16.20.2: 2023-08-09, Version 16.20.2 'Gallium' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in August 2023 Security Releases blog post.

Commits

v16.20.1: 2023-06-20, Version 16.20.1 'Gallium' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in June 2023 Security Releases blog post.

Commits
pyexcel/pyexcel (pyexcel)

v0.7.4

Compare Source

Fixed

#. #&#8203;257 <https://github.com/pyexcel/pyexcel/issues/257>: provide meaningful
error messages where dest
* params are missing in save_as and isave_as

v0.7.3

Compare Source

Fixed

#. #&#8203;263 <https://github.com/pyexcel/pyexcel/issues/263>: support pathlib from
python 3.4
#. #&#8203;267 <https://github.com/pyexcel/pyexcel/issues/267>
: better error message
for file_name

v0.7.2

Compare Source

Fixed

#. #&#8203;270 <https://github.com/pyexcel/pyexcel/issues/270>: apenddoc breaks
interpreter optimization
#. #&#8203;274 <https://github.com/pyexcel/pyexcel/issues/274>
: Replace deprecated
imp module with importlib - enforced pyexcel's dependency on lml>=0.2.0. This
will have an implication for linux distribution makers for pyexcel. However,
this is a reaction to the potential removal of import syntax.

v0.7.1

Compare Source

Fixed

#. #&#8203;272 <https://github.com/pyexcel/pyexcel/issues/272>_: remove chardet as a
requirement

Updated

#. various typos and linted the code

pyexcel/pyexcel-io (pyexcel-io)

v0.6.7

Compare Source

updated

#. #&#8203;115 <https://github.com/pyexcel/pyexcel-io/issues/115>: Pathnames with .
cause file_name error in get_writer.
#. #&#8203;117 <https://github.com/pyexcel/pyexcel-io/issues/117>
: fix a typo in
license.

pyexcel/pyexcel-xls (pyexcel-xls)

v0.7.1

Compare Source

Removed

#. #&#8203;52 <https://github.com/pyexcel/pyexcel-xls/issues/52>_: remove xlsm
support for xlrd > 2.0.0

Updated

#. #&#8203;54 <https://github.com/pyexcel/pyexcel-xls/issues/54>_: first project in
pyexcel to migrate to pytest

pyexcel/pyexcel-xlsx (pyexcel-xlsx)

v0.6.1

Compare Source

Updated

#. Compatability with openpyxl 3.1.0 and later

tailwindlabs/tailwindcss (tailwindcss)

v3.4.18

Compare Source

Fixed
  • Improve support for raw supports-[…] queries in arbitrary values (#​13605)
  • Fix require.cache error when loaded through a TypeScript file in Node 22.18+ (#​18665)
  • Support import.meta.resolve(…) in configs for new enough Node.js versions (#​18938)
  • Allow using newer versions of postcss-load-config for better ESM and TypeScript PostCSS config support with the CLI (#​18938)
  • Remove irrelevant utility rules when matching important classes (#​19030)

v3.4.17

Compare Source

Fixed

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-patch branch 7 times, most recently from 62810e0 to ba9d417 Compare August 22, 2024 20:07
@renovate
renovate Bot force-pushed the renovate/all-patch branch 10 times, most recently from 4083d5b to 02b8907 Compare September 3, 2024 15:27
@renovate
renovate Bot force-pushed the renovate/all-patch branch 4 times, most recently from dd755cf to 792e8b0 Compare September 10, 2024 18:33
@renovate
renovate Bot force-pushed the renovate/all-patch branch 6 times, most recently from c149926 to 8ad09e0 Compare September 12, 2024 19:34
@renovate
renovate Bot force-pushed the renovate/all-patch branch 4 times, most recently from 60e2475 to 3b22180 Compare October 9, 2024 16:45
@renovate renovate Bot changed the title fix(deps): update all patch dependencies chore(deps): update all patch dependencies Oct 9, 2024
@renovate
renovate Bot force-pushed the renovate/all-patch branch 4 times, most recently from 25c064e to 9c1760b Compare October 15, 2024 18:46
@renovate renovate Bot changed the title chore(deps): update all patch dependencies fix(deps): update all patch dependencies Oct 15, 2024
@renovate
renovate Bot force-pushed the renovate/all-patch branch 2 times, most recently from 47c0fac to e1c7149 Compare October 18, 2024 19:00
@renovate renovate Bot changed the title fix(deps): update all patch dependencies fix(deps): update dependency pyyaml to v6.0.2 Oct 21, 2024
@renovate
renovate Bot force-pushed the renovate/all-patch branch 2 times, most recently from 728a535 to 6f0ddb7 Compare October 23, 2024 05:09
@renovate renovate Bot changed the title fix(deps): update dependency pyyaml to v6.0.2 fix(deps): update all patch dependencies Oct 23, 2024
@renovate
renovate Bot force-pushed the renovate/all-patch branch 5 times, most recently from be03ee8 to d6273a6 Compare October 29, 2024 17:38
@renovate renovate Bot changed the title fix(deps): update all patch dependencies chore(deps): update all patch dependencies Oct 29, 2024
@renovate
renovate Bot force-pushed the renovate/all-patch branch 2 times, most recently from d7f14ae to a3beb4a Compare October 31, 2024 11:05
@renovate

renovate Bot commented Oct 2, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
The --no-wheel and --wheel options are deprecated. They have no effect for Python > 3.8 as wheel is no longer bundled in virtualenv.
Updating dependencies
Resolving dependencies...

Creating virtualenv notification-admin-3EIkLYcy-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because notifications-utils (53.2.10) @ git+https://github.com/cds-snc/notifier-utils.git@53.2.10 depends on both PyYAML (6.0.2) and PyYAML (6.0.2), pyyaml is required.
So, because notification-admin depends on PyYAML (6.0.3), version solving failed.

@renovate

renovate Bot commented Nov 25, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@whabanks whabanks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with the corresponding utils bumps: cds-snc/notification-utils#366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant