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

chore(deps): bump the pipenv group in /services/datalad with 5 updates #3188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the pipenv group in /services/datalad with 5 updates:

Package From To
falcon 3.1.3 4.0.1
boto3 1.35.42 1.35.53
sentry-sdk 2.16.0 2.17.0
coverage 7.6.3 7.6.4
pytest-cov 5.0.0 6.0.0

Updates falcon from 3.1.3 to 4.0.1

Release notes

Sourced from falcon's releases.

4.0.1

Falcon 4.0.1 is a minor point release addressing a Python distribution issue in Falcon 4.0.0.

Fixed

Installing Falcon 4.0.0 unexpectedly copies many unintended directories from the source tree to the venv’s site-packages. This issue has been rectified, and our CI has been extended with new tests (that verify what is actually installed from the distribution) to make sure this regression does not resurface. (#2384)

4.0.0

We are happy to present Falcon 4.0, a new major version of the framework that brings a couple of commonly requested features including support for matching multiple path segments (using PathConverter), and a fully typed codebase. (Please read more about typing in the notes on RtD.)

🐍 Falcon 4.0.0 on PyPI 📚 Changelog on RtD

The timeframe for Falcon 4.0 was challenging due to the need to balance our high standards with the CPython 3.13 timeline. We aimed to deliver the main development branch in this release, without resorting to another compatibility micro update (as we did with Falcon 3.1.1-3.1.3). Following community feedback, we also want to improve our overall release schedule by shipping smaller increments more often. To support this goal, we have made several tooling and testing improvements: the build process for binary wheels has been simplified using cibuildwheel, and our test suite now only requires pytest as a hard dependency. Additionally, you can run pytest against our tests from any directory. We hope that these changes should also benefit packaging Falcon in Linux distributions.

As with every SemVer major release, we have removed a number of previously deprecated functions, classes, compatibility shims, as well as made other potentially breaking changes that we could not risk in a minor version. If you have been paying attention the deprecation warnings from the 3.x series, the impact should be minimal, but please do take a look at the list of breaking changes on RtD.

This release would not have been possible without the numerous contributions from our community. This release alone comprises a number of pull requests submitted by a group of 30 talented individuals. What is more, we were particularly impressed by the high-quality discussions and code submissions during our EuroPython 2024 Sprint. Some notable sprint contributions include CHIPS support, and a new WebSocket Tutorial, among others. In fact, according to the statistics on GitHub, we are thrilled to report that the total number of Falcon contributors has now exceeded 200. We find it fascinating that our framework has become a collaborative effort involving so many individuals, and would like to thank everyone who has made this release possible!

4.0.0rc1

We are almost ready to release Falcon 4.0! :snake: 4.0.0rc1 on PyPI 📚 Changelog on RtD

We would greatly appreciate it if you could help us with the final round of testing on your apps (pip install falcon==4.0.0rc1), and let us know if you run into any issues!

Thank You!

4.0.0b4

Falcon 4.0.0b4 is hopefully the final beta release of Falcon 4.0. Compared to 4.0.0b3, we have made the timezone-aware datetime breaking changes more consistent, and documented the scope clearer.

🐍 4.0.0b4 on PyPI 📚 Changelog on RtD

Please test this beta release with your apps (pip install falcon==4.0.0b4), and let us know if you run into any issues!

Thank You!

4.0.0b3

This is the third beta release of Falcon 4.0; it is almost identical to 4.0.0b2 with the exception of one multipart form parsing bug that has been fixed (falconry/falcon#2364).

🐍 4.0.0b3 on PyPI 📚 Changelog on RtD

Please test this beta release with your apps (pip install falcon==4.0.0b3), and let us know if you run into any issues!

Thank You!

4.0.0b2

This is the second beta release of Falcon 4.0, where we made minor CI tweaks, and brought back the unintentionally removed, blocked resp.body property (it raises an instance of specialized AttributeError instead of a silent failure, making it much easier for the developer to track down this breaking change).

... (truncated)

Changelog

Sourced from falcon's changelog.

Changelog for Falcon 4.0.1

Summary

This is a minor point release to take care of a couple of bugs that we did not catch for 4.0.0.

.. towncrier release notes start

Contributors to this Release

Many thanks to those who contributed to this bugfix release:


Otherwise, ensure the summary has been brought up to date; be sure to highlight
key changes in this release.

Next, update the contributors and render towncrier fragments by running:

$ tox -e changelog_release
</code></pre>
<p>Note that if the previous release was made on a branch, the tool may get
confused, and try to scan too many commits, which will unfortunately get
rate-limited (and fail) unless you provide a GitHub auth token.</p>
<p>The workaround is to make sure you have already aggregated the list of
contributors in the prior commits leading to the release, and only run the
towncrier tool:</p>
<pre lang="sh"><code>$ tools/towncrier_draft.py
</code></pre>
<p>Examine the updated RST as well as the rendered HTML docs and make any
adjustments as needed. On OS X it's as simple as:</p>
<pre lang="sh"><code>$ open docs/_build/html/changes/index.html
</code></pre>
<p>Or on Linux:</p>
<pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/falconry/falcon/commit/1ef41db2ea17eb0015962c3f22668796de27dcd1&quot;&gt;&lt;code&gt;1ef41db&lt;/code&gt;&lt;/a> chore: prepare 4.0.1</li>
<li><a href="https://github.com/falconry/falcon/commit/a44f137e24ae0344e289aa02072b7628f1d2153e&quot;&gt;&lt;code&gt;a44f137&lt;/code&gt;&lt;/a> fix(dist): only detect <code>falcon*</code> as packages (<a href="https://redirect.github.com/falconry/falcon/issues/2385&quot;&gt;#2385&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/d872d92cde0c5fb1ffb75080cbfc41f2219552b1&quot;&gt;&lt;code&gt;d872d92&lt;/code&gt;&lt;/a> chore: open 4.0.1 bugfix branch</li>
<li><a href="https://github.com/falconry/falcon/commit/53512207659097c348980f7ed16a9632be0b6127&quot;&gt;&lt;code&gt;5351220&lt;/code&gt;&lt;/a> docs(changes): prepare 4.0.0 stable (<a href="https://redirect.github.com/falconry/falcon/issues/2378&quot;&gt;#2378&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/61c1047db2ef02556da9c28cc42c813b52db3aa9&quot;&gt;&lt;code&gt;61c1047&lt;/code&gt;&lt;/a> docs(changes): prepare Falcon <code>4.0.0rc1</code> (<a href="https://redirect.github.com/falconry/falcon/issues/2374&quot;&gt;#2374&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/9debc9e29a033d13c628c6cd81a4d31c2e87f793&quot;&gt;&lt;code&gt;9debc9e&lt;/code&gt;&lt;/a> chore: prepare <code>4.0.0b4</code> (<a href="https://redirect.github.com/falconry/falcon/issues/2369&quot;&gt;#2369&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/872a45e50ec07b6ca3f24688ff059126a88fbbaf&quot;&gt;&lt;code&gt;872a45e&lt;/code&gt;&lt;/a> docs(http_date_to_dt): describe the scope of timezone-aware date changes (<a href="https://redirect.github.com/falconry/falcon/issues/2368&quot;&gt;#2368&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/2556dbe9e07d21162f0d565ea1928dcf1a4bf158&quot;&gt;&lt;code&gt;2556dbe&lt;/code&gt;&lt;/a> chore: prepare <code>4.0.0b3</code> (<a href="https://redirect.github.com/falconry/falcon/issues/2367&quot;&gt;#2367&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/db33c9c3dd5a45a2ec8a10ec3e19dc416ffd1e02&quot;&gt;&lt;code&gt;db33c9c&lt;/code&gt;&lt;/a> fix(multipart): do not require CRLF after the closing delimiter (<a href="https://redirect.github.com/falconry/falcon/issues/2366&quot;&gt;#2366&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/falconry/falcon/commit/06fdf2885d70149803dbc47324ae8c951b7e58b3&quot;&gt;&lt;code&gt;06fdf28&lt;/code&gt;&lt;/a> chore: prepare <code>4.0.0b2</code> (<a href="https://redirect.github.com/falconry/falcon/issues/2362&quot;&gt;#2362&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/falconry/falcon/compare/3.1.3...4.0.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates boto3 from 1.35.42 to 1.35.53

Commits
  • 7fda69a Merge branch 'release-1.35.53'
  • d6e1a82 Bumping version to 1.35.53
  • 88bbcd4 Add changelog entries from botocore
  • 93b71d0 Merge branch 'release-1.35.52'
  • e980e72 Merge branch 'release-1.35.52' into develop
  • d61432d Bumping version to 1.35.52
  • cba8e22 Add changelog entries from botocore
  • 62dc1fd Merge branch 'release-1.35.51'
  • d557327 Merge branch 'release-1.35.51' into develop
  • 174ce87 Bumping version to 1.35.51
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.16.0 to 2.17.0

Release notes

Sourced from sentry-sdk's releases.

2.17.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.17.0

Various fixes & improvements

Commits

Updates coverage from 7.6.3 to 7.6.4

Changelog

Sourced from coverage's changelog.

Version 7.6.4 — 2024-10-20

  • fix: multi-line with statements could cause contained branches to be incorrectly marked as missing (issue 1880_). This is now fixed.

.. _issue 1880: nedbat/coveragepy#1880

.. _changes_7-6-3:

Commits
  • f24f76b docs: sample HTML for 7.6.4
  • 96e10f7 docs: prep for 7.6.4
  • b8c236a fix: multi-line with-statements exit correctly. #1880
  • 64b7a45 docs: another discord reference
  • 68d7427 docs: Python Discord
  • 43adcea build: include 3.14 in the usual Pythons
  • fb2b49f build: github_releases can update older releases, and pauses to get the sorti...
  • ca550ca 3.0b2 wasn't correctly titled
  • debcc77 build: bump version
  • See full diff in compare view

Updates pytest-cov from 5.0.0 to 6.0.0

Changelog

Sourced from pytest-cov's changelog.

6.0.0 (2024-10-29)

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.
Commits
  • 9540437 Bump version: 5.0.0 → 6.0.0
  • 9f81754 Further trim down envs and drop Python 3.8.
  • b12b5ec Update conf.
  • 23f4b27 Update changelog.
  • 291a04f Bump test deps and trim config.
  • 08f1101 Add --cov-precision option. Close #655.
  • 76fe2a7 Move the warnings/errors in a place that doesn't import anything.
  • a9ea7b7 Implement error/warning for the bad dynamic_context being set in config.
  • c299e01 Add explicit suffixing to make it easier to see the identify the sources/usag...
  • c87e546 Add reproducer for weird xdist dynamic_context interaction. Ref #604.
  • 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 <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 pipenv group in /services/datalad with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [falcon](https://github.com/falconry/falcon) | `3.1.3` | `4.0.1` |
| [boto3](https://github.com/boto/boto3) | `1.35.42` | `1.35.53` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.16.0` | `2.17.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |


Updates `falcon` from 3.1.3 to 4.0.1
- [Release notes](https://github.com/falconry/falcon/releases)
- [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md)
- [Commits](falconry/falcon@3.1.3...4.0.1)

Updates `boto3` from 1.35.42 to 1.35.53
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.42...1.35.53)

Updates `sentry-sdk` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.16.0...2.17.0)

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

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: falcon
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pipenv
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pipenv
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pipenv
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pipenv
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pipenv
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.41%. Comparing base (1c1e0d3) to head (cdcaf86).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3188      +/-   ##
==========================================
+ Coverage   43.10%   44.41%   +1.30%     
==========================================
  Files         547      591      +44     
  Lines       36178    37830    +1652     
  Branches     1128     1128              
==========================================
+ Hits        15595    16801    +1206     
- Misses      20383    20829     +446     
  Partials      200      200              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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