Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the dev-dependencies group with 5 updates:

Package From To
poethepoet 0.21.1 0.22.0
coverage 7.2.7 7.3.0
pylint 2.17.4 2.17.5
setuptools 68.0.0 68.1.2
pyright 1.1.317 1.1.325

Updates poethepoet from 0.21.1 to 0.22.0

Release notes

Sourced from poethepoet's releases.

v0.22.0

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.21.1...v.0.22.0

Commits
  • 842d5d2 Bump version to 0.22.0
  • e185a56 Support configuring tasks to run in the original working directory (#161)
  • 02c0b3b Add page to docs for global options
  • 02c515d Fix bug with string task declarations in included task files (#159)
  • See full diff in compare view

Updates coverage from 7.2.7 to 7.3.0

Changelog

Sourced from coverage's changelog.

Version 7.3.0 — 2023-08-12

  • Added a :meth:.Coverage.collect context manager to start and stop coverage data collection.

  • Dropped support for Python 3.7.

  • Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error Safety level may not be changed inside a transaction. This is now avoided, closing issue 1646_. Thanks to Michael Bell for the detailed bug report.

  • Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.

  • Fix: added nosemgrep comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems.

  • Added a CITATION.cff file, thanks to Ken Schackart <pull 1641_>_.

.. _pull 1641: nedbat/coveragepy#1641 .. _issue 1646: nedbat/coveragepy#1646

.. _changes_7-2-7:

Commits
  • 9c2f924 docs: sample HTML for 7.3.0
  • 0421fdb docs: prep for 7.3.0
  • f2aa871 build: move pylint config into pyproject.toml
  • 1873ccb docs: drop a bunch of badges
  • 5937a62 feat: cov.collect() context manager
  • da7ee52 build(deps): bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1
  • d87f64a test: excluding NotImplementedError excluded too much
  • e51b1f7 test: ensure lines are properly ignored during metacov
  • b02de96 test(refactor): abstract method compatible with both pytest and mypy
  • ada3ade test(build): PytestCollectionWarning should be an error
  • Additional commits viewable in compare view

Updates pylint from 2.17.4 to 2.17.5

Commits
  • fe161df Bump pylint to 2.17.5, update changelog (#8887)
  • 50d924b Remove carriage returns from doc file (#8884) (#8886)
  • c6658ba Bump astroid to 2.15.6 (#8849)
  • c68007e Fix crash from unexpected assignment (#8839) (#8843)
  • 1928589 [Backport maintenance/2.17.x] Avoid consider-using-f-string on modulos with...
  • d690dd8 Exempt parents with only annotations from invalid-enum-extension (#8834) (#...
  • 535a0a5 Update typing-extensions requirement from ~=4.6 to ~=4.7 (#8816)
  • a51dc64 Fix a crash when calling copy.copy() without args (#8784) (#8786)
  • ef13c61 [PyCQA migration] Upgrade links in maintenance branch
  • b7d270b [cleanup] Upgrade more doc following the PyCQA migration
  • Additional commits viewable in compare view

Updates setuptools from 68.0.0 to 68.1.2

Changelog

Sourced from setuptools's changelog.

v68.1.2

Misc

v68.1.1

Bugfixes

  • Fix editable install finder handling of nested packages, by only handling 1 level of nesting and relying on importlib.machinery to find the remaining modules based on the parent package path. (#4020)

v68.1.0

Features

  • Removed code referencing bdist_wininst in install_scripts. (#3525)
  • Promote pyproject.toml's [tool.setuptools] out of beta. Note that some fields are still considered deprecated and/or obsolete, and these might be removed in future versions (i.e., there is no guarantee for long term support and backward compatibility on those fields). (#3962)
  • Automatically add files listed in Extension.depends to sdists, as long as they are contained in the project directory -- by :user:RuRo (#4000)
  • Require Python 3.8 or later.

Bugfixes

  • Made imports in editable installs case-sensitive on case-insensitive filesystems -- by :user:aganders3 (#3995)
  • Use default encoding to create .pth files with editable_wheel. (#4009)
  • Detects (and complain about) scripts and gui-scripts set via setup.py when pyproject.toml does not include them in dynamic. (#4012)

Misc

Commits
  • fdfe711 Bump version: 68.1.1 → 68.1.2
  • 714ad45 Update news fragments
  • 782c1c4 Remove sphinx from the list of integration tests
  • e243184 Add news fragment
  • 6cb23c7 Bump Python version for integration tests
  • 5f14368 Bump version: 68.1.0 → 68.1.1
  • 4d6f44b Fix editable install finder handling of nested packages (#4020)
  • dcee086 Add workaround for sphinx errors
  • ef92b05 Temporarily igore sphinx-notfound-page
  • a4a9bcf Add news fragment
  • Additional commits viewable in compare view

Updates pyright from 1.1.317 to 1.1.325

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 dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.21.1` | `0.22.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.2.7` | `7.3.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.4` | `2.17.5` |
| [setuptools](https://github.com/pypa/setuptools) | `68.0.0` | `68.1.2` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.317` | `1.1.325` |


Updates `poethepoet` from 0.21.1 to 0.22.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.21.1...v.0.22.0)

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

Updates `pylint` from 2.17.4 to 2.17.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.4...v2.17.5)

Updates `setuptools` from 68.0.0 to 68.1.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v68.0.0...v68.1.2)

Updates `pyright` from 1.1.317 to 1.1.325
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.317...v1.1.325)

---
updated-dependencies:
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c8c8af2) 97.08% compared to head (612a384) 97.08%.

Additional details and impacted files
@@             Coverage Diff              @@
##           development    #1171   +/-   ##
============================================
  Coverage        97.08%   97.08%           
============================================
  Files               92       92           
  Lines             4489     4489           
============================================
  Hits              4358     4358           
  Misses             131      131           
Files Changed Coverage Δ
starknet_py/abi/v2/parser.py 93.51% <100.00%> (ø)
...py/serialization/function_serialization_adapter.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@tomek0123456789 tomek0123456789 merged commit 14c69e8 into development Sep 8, 2023
@tomek0123456789 tomek0123456789 deleted the dependabot/pip/dev-dependencies-f58add6016 branch September 8, 2023 12:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants