Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group in /applications/cls-cad-backend with 7 updates #46

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the development-dependencies group in /applications/cls-cad-backend with 7 updates:

Package From To
orjson 3.9.10 3.9.12
hypermapper 2.2.12 2.2.13
pandas 2.1.4 2.2.0
pytest 7.4.3 7.4.4
coverage 7.3.3 7.4.0
pytest-dependency 0.5.1 0.6.0
httpx 0.25.2 0.26.0

Updates orjson from 3.9.10 to 3.9.12

Release notes

Sourced from orjson's releases.

3.9.12

Fixed

  • Minimal musllinux_1_1 build due to sporadic CI failure.

Changed

  • Update benchmarks in README.

3.9.11

Changed

  • Improve performance of serializing. str is significantly faster. Documents using dict, list, and tuple are somewhat faster.
Changelog

Sourced from orjson's changelog.

3.9.12 - 2024-01-18

Changed

  • Update benchmarks in README.

Fixed

  • Minimal musllinux_1_1 build due to sporadic CI failure.

3.9.11 - 2024-01-18

Changed

  • Improve performance of serializing. str is significantly faster. Documents using dict, list, and tuple are somewhat faster.
Commits
  • 6d7e1ac 3.9.12
  • 5f1ee77 Update benchmarks, use graphs from seaborn
  • c555063 Minimal musllinux_1_1 build due to sporadic CI failure
  • 6ac06d9 3.9.11
  • 34507e4 Consolidate list and tuple iteration, fast path
  • a40f58b Simplify with SerializerState
  • 5205258 Escape str using SIMD
  • 5ae9b58 ahash compile-time-rng
  • ef675bf cargo update, build and tooling misc
  • See full diff in compare view

Updates hypermapper from 2.2.12 to 2.2.13

Commits
  • 3dfa8a7 fixup! Format Python code with psf/black push
  • b5f5a3e Merge pull request #87 from shivampotdar/master
  • d57f50d Fix numpy deprecated dtypes. int->int64, float->float64
  • See full diff in compare view

Updates pandas from 2.1.4 to 2.2.0

Release notes

Sourced from pandas's releases.

Pandas 2.2.0

We are pleased to announce the release of pandas 2.2.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.0 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.2.0rc0

We are pleased to announce a release candidate for pandas 2.2.0. If all goes well, we'll release pandas 2.2.0 in about two weeks.

See the whatsnew for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade --pre pandas==2.2.0rc0 Or from conda-forge

conda install -c conda-forge/label/pandas_rc pandas==2.2.0rc0 Please report any issues with the release candidate on the pandas issue tracker.

Commits
  • f538741 RLS: 2.2.0
  • 2fa26fd Backport PR #56967 on branch 2.2.x (CI: Adjust pyarrow depr warning to accoun...
  • fd3f571 RLS: 2.2.0
  • b070774 Backport PR #56952: DEPR: Make FutureWarning into DeprecationWarning … (#56964)
  • dfd0aed Backport PR #56896 on branch 2.2.x (DEPS: Add warning if pyarrow is not insta...
  • 859c030 Backport PR #56922 on branch 2.2.x (REGR: DatetimeTZDtype from_arrow inte...
  • cc37a13 Backport PR #56949 on branch 2.2.x (CI: avoid FutureWarnings in to_xarray tes...
  • a95029a Backport PR #56947 on branch 2.2.x (DOC: Set date for 2.2) (#56950)
  • 160d7a1 Backport PR #56587 on branch 2.2.x (ENH: support the Arrow PyCapsule Interfac...
  • 74fa740 Backport PR #56445: Adjust merge tests for new string option (#56938)
  • Additional commits viewable in compare view

Updates pytest from 7.4.3 to 7.4.4

Release notes

Sourced from pytest's releases.

pytest 7.4.4 (2023-12-31)

Bug Fixes

  • #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
  • #11572: Handle an edge case where sys.stderr{.interpreted-text role="data"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.interpreted-text role="ref"} is tearing down.
  • #11710: Fixed tracebacks from collection errors not getting pruned.
  • #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in __iter__ methods. Now they are treated un-iterable instead.

Improved Documentation

  • #11091: Updated documentation to refer to hyphenated options: replaced --junitxml with --junit-xml and --collectonly with --collect-only.
Commits
  • 33f694f Prepare release version 7.4.4
  • 76c107c Merge pull request #11751 from bluetech/backport-11143-to-7.4.x
  • 531d76d [7.4.x] Improve reporting from iter exceptions (#11749)
  • a0f58fa Merge pull request #11143 from tushar-deepsource/patch-1
  • b1f3387 [7.4.x] #11091: documentation should use hypthonated properties (#11750)
  • 2cdd619 Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x
  • d06c05b [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
  • 5582bfc [7.4.x] Improves clarity in Sphinx documentation for function signature. (#11...
  • 13024ef [7.4.x] Fix for operation on closed file in faulthandler teardown (#11631)
  • a40dacf [7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)
  • Additional commits viewable in compare view

Updates coverage from 7.3.3 to 7.4.0

Changelog

Sourced from coverage's changelog.

Version 7.4.0 — 2023-12-27

  • In Python 3.12 and above, you can try an experimental core based on the new :mod:sys.monitoring <python:sys.monitoring> module by defining a COVERAGE_CORE=sysmon environment variable. This should be faster for line coverage, but not for branch coverage, and plugins and dynamic contexts are not yet supported with it. I am very interested to hear how it works (or doesn't!) for you.

.. _changes_7-3-4:

Version 7.3.4 — 2023-12-20

  • Fix: the change for multi-line signature exclusions in 7.3.3 broke other forms of nested clauses being excluded properly. This is now fixed, closing issue 1713_.

  • Fix: in the HTML report, selecting code for copying won't select the line numbers also. Thanks, Robert Harris <pull 1717_>_.

.. _issue 1713: nedbat/coveragepy#1713 .. _pull 1717: nedbat/coveragepy#1717

.. _changes_7-3-3:

Commits
  • 23a015c docs: sample HTML for 7.4.0
  • 4f020d4 docs: prep for 7.4.0
  • 5bb88c3 build: temporarily disable metacov, it's flaky now with sysmon support
  • 3879b97 docs: mention sys.monitoring support
  • 9a84eeb style: environment variable names should be monospace
  • 7882b8c refactor: clean lint and mypy for sysmon et al
  • 5dad1a1 test: test which core we get
  • b7e0c34 fix: don't default to sysmon yet
  • e5babcf docs: explain the COVERAGE_*_CORE testing variables
  • ebdc277 fix: use core more consistently than tracer
  • Additional commits viewable in compare view

Updates pytest-dependency from 0.5.1 to 0.6.0

Changelog

Sourced from pytest-dependency's changelog.

0.6.0 (2023-12-31)


Documentation
-------------
  • [#39](https://github.com/RKrahl/pytest-dependency/issues/39), [#41](https://github.com/RKrahl/pytest-dependency/issues/41), [#59](https://github.com/RKrahl/pytest-dependency/issues/59)_: Review documentation

Incompatible changes

  • Drop support for Python 2.

Bug fixes and minor changes

  • [#40](https://github.com/RKrahl/pytest-dependency/issues/40)_: add logging.
  • [#50](https://github.com/RKrahl/pytest-dependency/issues/50), [#51](https://github.com/RKrahl/pytest-dependency/issues/51): test suite incompatibility with pytest 6.2.0.
  • [#58](https://github.com/RKrahl/pytest-dependency/issues/58)_: declare the type of automark_dependency ini-option correctly as bool.

Internal

  • [#75](https://github.com/RKrahl/pytest-dependency/issues/75)_: review build tool chain.

.. _#39: RKrahl/pytest-dependency#39 .. _#40: RKrahl/pytest-dependency#40 .. _#41: RKrahl/pytest-dependency#41 .. _#50: RKrahl/pytest-dependency#50 .. _#51: RKrahl/pytest-dependency#51 .. _#58: RKrahl/pytest-dependency#58 .. _#59: RKrahl/pytest-dependency#59 .. _#75: RKrahl/pytest-dependency#75

Commits
  • 2cae589 Merge branch 'develop'
  • def647e Prepare release 0.6.0
  • 2baac9b Merge branch 'doc' into develop
  • 38baf8c Update changelog
  • e2edf54 Explicitely set language to 'en'
  • f11cf56 Rewrite introduction to the debugging guide
  • 346a344 Move the changelog to the end, after the API reference
  • 463227e Review README and bump copyright year
  • eb48f32 Fixup 695ea27: trailing whitespace
  • 695ea27 Update install instructions
  • Additional commits viewable in compare view

Updates httpx from 0.25.2 to 0.26.0

Release notes

Sourced from httpx's releases.

Version 0.26.0

0.26.0 (20th December, 2023)

Added

  • The proxy argument was added. You should use the proxy argument instead of the deprecated proxies, or use mounts= for more complex configurations. (#2879)

Deprecated

  • The proxies argument is now deprecated. It will still continue to work, but it will be removed in the future. (#2879)

Fixed

  • Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. (#2990)
  • Handle NO_PROXY envvar cases when a fully qualified URL is supplied as the value. (#2741)
  • Allow URLs where username or password contains unescaped '@'. (#2986)
  • Ensure ASGI raw_path does not include URL query component. (#2999)
  • Ensure Response.iter_text() cannot yield empty strings. (#2998)
Changelog

Sourced from httpx's changelog.

0.26.0 (20th December, 2023)

Added

  • The proxy argument was added. You should use the proxy argument instead of the deprecated proxies, or use mounts= for more complex configurations. (#2879)

Deprecated

  • The proxies argument is now deprecated. It will still continue to work, but it will be removed in the future. (#2879)

Fixed

  • Fix cases of double escaping of URL path components. Allow / as a safe character in the query portion. (#2990)
  • Handle NO_PROXY envvar cases when a fully qualified URL is supplied as the value. (#2741)
  • Allow URLs where username or password contains unescaped '@'. (#2986)
  • Ensure ASGI raw_path does not include URL query component. (#2999)
  • Ensure Response.iter_text() cannot yield empty strings. (#2998)
Commits

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group in /applications/cls-cad-backend with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [orjson](https://github.com/ijl/orjson) | `3.9.10` | `3.9.12` |
| [hypermapper](https://github.com/luinardi/hypermapper) | `2.2.12` | `2.2.13` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.1.4` | `2.2.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.3.3` | `7.4.0` |
| [pytest-dependency](https://github.com/RKrahl/pytest-dependency) | `0.5.1` | `0.6.0` |
| [httpx](https://github.com/encode/httpx) | `0.25.2` | `0.26.0` |


Updates `orjson` from 3.9.10 to 3.9.12
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.9.10...3.9.12)

Updates `hypermapper` from 2.2.12 to 2.2.13
- [Release notes](https://github.com/luinardi/hypermapper/releases)
- [Commits](luinardi/hypermapper@v2.2.12...v2.2.13)

Updates `pandas` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.4...v2.2.0)

Updates `pytest` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

Updates `coverage` from 7.3.3 to 7.4.0
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.3...7.4.0)

Updates `pytest-dependency` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/RKrahl/pytest-dependency/releases)
- [Changelog](https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst)
- [Commits](RKrahl/pytest-dependency@0.5.1...0.6.0)

Updates `httpx` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.25.2...0.26.0)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: hypermapper
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pandas
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest-dependency
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: httpx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

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 22, 2024
Copy link

Test Results

16 tests   16 ✅  1s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 8393263.

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
546 546 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 8393263 by action🐍

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #48.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/applications/cls-cad-backend/development-dependencies-10c2f45bd3 branch January 29, 2024 23:41
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