Skip to content

deps: bump contourpy from 1.3.1 to 1.3.3#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/contourpy-1.3.3
Open

deps: bump contourpy from 1.3.1 to 1.3.3#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/contourpy-1.3.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps contourpy from 1.3.1 to 1.3.3.

Release notes

Sourced from contourpy's releases.

Version 1.3.3

ContourPy 1.3.3 is a compatibility release adding support for CPython 3.14 and Windows on ARM.

This release supports CPython 3.11 to 3.14, and PyPy 3.11.

Compatibility:

Code improvements:

  • Update type annotations for bokeh 3.7.3 (#475)
  • Support type annotation changes in numpy 2.3.0 (#480)

Build, testing and CI improvements:

  • Remove Python 3.13.3 pin (#487)
  • CI install numpy 2.3.2 wheels from PyPI for Python 3.14 and Windows ARM (#488)

Version 1.3.2

ContourPy 1.3.2 is a minor release to support changes in type annotations in Bokeh >= 3.7 and add support for PyPy 3.11.

This release supports CPython 3.10 to 3.13, and PyPy 3.10 to 3.11.

Compatibility:

  • Fix type annotations for Bokeh >= 3.7 (#471`

Build, testing and CI improvements:

  • Test on CPython 3.14 (#470`)
  • Test and build wheels for PyPy 3.11 (#464)
  • Test PyPy 3.10 on all 3 major OSes (#465)
  • Use ubuntu-24.04-arm runners (#459)
Changelog

Sourced from contourpy's changelog.

v1.3.3 (2025-07-26)

ContourPy 1.3.3 is a compatibility release adding support for CPython 3.14 and Windows on ARM.

This release supports CPython 3.11 to 3.14, and PyPy 3.11.

Compatibility:

  • Support Windows on ARM (:pr:476, :pr:477, :pr:483)
  • Bump minimum supported Python to 3.11 (:pr:[#478](https://github.com/contourpy/contourpy/issues/478))
  • Support Python 3.14 (:pr:479, :pr:485, :pr:490)

Code improvements:

  • Update type annotations for bokeh 3.7.3 (:pr:475)
  • Support type annotation changes in numpy 2.3.0 (:pr:480)

Build, testing and CI improvements:

  • Remove Python 3.13.3 pin (:pr:487)
  • CI install numpy 2.3.2 wheels from PyPI for Python 3.14 and Windows ARM (:pr:488)

v1.3.2 (2025-04-15)

ContourPy 1.3.2 is a minor release to support changes in type annotations in Bokeh >= 3.7 and add support for PyPy 3.11.

This release supports CPython 3.10 to 3.13, and PyPy 3.10 to 3.11.

Compatibility:

  • Fix type annotations for Bokeh >= 3.7 (:pr:471)

Build, testing and CI improvements:

  • Test on CPython 3.14 (:pr:470)
  • Test and build wheels for PyPy 3.11 (:pr:464)
  • Test PyPy 3.10 on all 3 major OSes (:pr:465)
  • Use ubuntu-24.04-arm runners (:pr:459)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [contourpy](https://github.com/contourpy/contourpy) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst)
- [Commits](contourpy/contourpy@v1.3.1...v1.3.3)

---
updated-dependencies:
- dependency-name: contourpy
  dependency-version: 1.3.3
  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 Jan 21, 2026
t0mdavid-m pushed a commit that referenced this pull request Feb 11, 2026
- Add is_safe_workspace_name() to reject names with path separators
  or parent directory references (/, \, .., .)
- Apply validation in find_demo_workspace_path() to prevent demo name
  path traversal attacks
- Apply validation in page_setup() for workspace query parameter,
  falling back to new UUID workspace if invalid

Addresses Copilot security review comments #1 and #2.
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.

0 participants

Comments