agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

chore(deps-dev): bump the safe-dependencies group with 3 updates #65

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on ipykernel, ypy-websocket and pytest-instafail to permit the latest version. Updates ipykernel from 6.24.0 to 6.25.2

Release notes

Sourced from ipykernel's releases.

v6.25.2

6.25.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​anntzer | @​blink1073 | @​ccordoba12 | @​minrk

v6.25.1

6.25.1

(Full Changelog)

Bugs fixed

  • Modifying debugger to return the same breakpoints in 'debugInfo' response as 'setBreakpoints' #1140 (@​vaishnavi17)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​pre-commit-ci | @​vaishnavi17

v6.25.0

6.25.0

(Full Changelog)

Enhancements made

Bugs fixed

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.25.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​anntzer | @​blink1073 | @​ccordoba12 | @​minrk

6.25.1

(Full Changelog)

Bugs fixed

  • Modifying debugger to return the same breakpoints in 'debugInfo' response as 'setBreakpoints' #1140 (@​vaishnavi17)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​pre-commit-ci | @​vaishnavi17

6.25.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Merge connection info into existing connection file if it already exists #1133 (@​jasongrout)

Maintenance and upkeep improvements

... (truncated)

Commits
  • 217da9f Publish 6.25.2
  • 9d3f7ae Make iostream shutdown more robust (#1143)
  • ca79e2e avoid starting IOPub background thread after it's been stopped (#1137)
  • 44c1759 Don't call QApplication.setQuitOnLastWindowClosed(False). (#1142)
  • 6bf3fe9 Publish 6.25.1
  • 18e54f3 Modifying debugger to return the same breakpoints in 'debugInfo' response as ...
  • c851746 [pre-commit.ci] pre-commit autoupdate (#1138)
  • bed7ee4 Publish 6.25.0
  • 09c3c35 Merge connection info into existing connection file if it already exists (#1133)
  • 58e9d15 feat: let display hook handle clear_output (#1135)
  • Additional commits viewable in compare view


Updates ypy-websocket from 0.8.2 to 0.12.4

Release notes

Sourced from ypy-websocket's releases.

v0.12.4

0.12.4

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​davidbrochart

v0.12.3

0.12.3

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​zswaff

v0.12.2

0.12.2

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​davidbrochart

... (truncated)

Changelog

Sourced from ypy-websocket's changelog.

0.12.4

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​davidbrochart

0.12.3

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​zswaff

0.12.2

(Full Changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​davidbrochart

0.12.1

(Full Changelog)

Merged PRs

... (truncated)

Commits


Updates pytest-instafail to 0.5.0

Changelog

Sourced from pytest-instafail's changelog.

0.5.0 (March 31, 2023) ^^^^^^^^^^^^^^^^^^^^^^

  • Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0.
  • Dropped support for Python 3.6.
  • Added support for Python 3.11.

0.4.2 (June 14, 2020) ^^^^^^^^^^^^^^^^^^^^^

  • Fixed usage of deprecated pytest-xdist slave aliases (#20).
  • Fixed failing tests on pytest 5

0.4.1 (February 15, 2019) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed compatibility with pytest 4.2.0. Thanks @​blueyed for the PR.

0.4.0 (May 19, 2018) ^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.5, 3.6, and 3.7.
  • Dropped support for Python 2.7, 3.2, and 3.3.
  • Dropped support for pytest < 2.9.
  • Only rewrite lines on tty. Previously you would end up with a \r (^M) in case collecting of tests failed, and pytest's output is piped to a file. Thanks @​blueyed for the PR.
  • Support -p no:terminal (#12). Thanks @​Maratori for the PR.

0.3.0 (August 30, 2014) ^^^^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.4
  • Added support for pytest 2.6
  • Fixed failing tests on pytest 2.6

0.2.0 (March 6, 2014) ^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 2.5.
  • Fixed stacktrace printed twice when using PDB.
  • Fixed internal error when a test marked as xfailing unexpectedly passes (David Szotten).

0.1.1 (November 9, 2013) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Made pytest-instafail compatible with pytest-xdist_'s test parallelization (Ronny Pfannschmidt).

... (truncated)

Commits
  • aab3a1e Bump version
  • 0acca52 Add support for Python 3.11
  • aecd330 Update Github actions to use Environment Files
  • d5f94de Update actions to Node.js 16
  • bb329fe Drop support for Python 3.6
  • 7d997d6 Use pytest.hookimpl to configure hooks
  • 99c7aeb Fix checks failing on PyPy 3.6 not found
  • 1c082a0 Fix typos
  • 12268ff Merge pull request #24 from hugovk/rm-eol
  • cbef706 Upgrade Python syntax with pyupgrade --py36-plus
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 11 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.