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

build(deps): update c2cwsgiutils[broadcast] requirement from <5,>=4.0 to >=4.0,<6 #395

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Updates the requirements on c2cwsgiutils[broadcast] to permit the latest version.

Changelog

Sourced from c2cwsgiutils[broadcast]'s changelog.

Release 5

  • Remove the script c2cwsgiutils-run.

  • The Pyramid initializing module functions are renamed from init to includeme.

  • Remove the environment variable GUNICORN_PARAMS we will use the standard one GUNICORN_CMD_ARGS.

  • Remove the C2CWSGIUTILS_CONFIG environment variable, we should use the standard way to specify the config file (with the argument --parse of gunicorn, or the config_uri argument or pserve prefixed by c2c://).

  • Filters like sentry, profiler, client_info will not be added automatically anymore, you should add the following lines in your project development.ini:

    [pipeline:main]
    pipeline = egg:c2cwsgiutils#client_info egg:c2cwsgiutils#profiler egg:c2cwsgiutils#sentry app

    and in your production.ini:

    [pipeline:main]
    pipeline = egg:c2cwsgiutils#client_info egg:c2cwsgiutils#sentry app

    and in booth development.ini and production.ini, rename [app:main] to [app:app].

  • The usage of the Docker image is deprecated, read the start of the (Readme)[./README.md] to update your setup.

  • The usage of the global DBSession is deprecated, use the session on the request instead, should be initialized with the function c2cwsgiutils.db.init. see the (Readme)[./README.md] for more information.

Release 4

  • Rename the scripts:

    • c2cwsgiutils_run => c2cwsgiutils-run
    • c2cwsgiutils_genversion.py => c2cwsgiutils-genversion
    • c2cwsgiutils_coverage_report.py => c2cwsgiutils-coverage-report
    • c2cwsgiutils_stats_db.py => c2cwsgiutils-stats-db
    • c2cwsgiutils_test_print.py => c2cwsgiutils-test-print
    • c2cwsgiutils_check_es.py => c2cwsgiutils-check-es
  • C2C_DISABLE_EXCEPTION_HANDLING is replaced by C2C_ENABLE_EXCEPTION_HANDLING and is disabled by default.

Commits
  • 716b25f Bump pytest from 6.2.5 to 7.0.0
  • 22f3133 Bump types-redis from 4.1.14 to 4.1.15
  • add7075 Bump c2cciutils from 1.1.dev20220202080326 to 1.1.dev20220203110559
  • 4c395af Bump coverage from 6.3 to 6.3.1
  • ed6dd75 Bump coverage from 6.3 to 6.3.1 in /acceptance_tests/app
  • 4a8dc77 Bump types-redis from 4.1.13 to 4.1.14
  • c510877 Bump c2cciutils from 1.1.dev20220131090250 to 1.1.dev20220202080326
  • 9a68e19 Bump alembic from 1.7.5 to 1.7.6
  • 328e674 Merge pull request #1243 from camptocamp/fix-c2c-name
  • 0b5ac94 Fix the c2c_name
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 8, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/c2cwsgiutils-broadcast--gte-4.0-and-lt-6 branch 3 times, most recently from b92d808 to 528d46e Compare February 14, 2022 10:32
Updates the requirements on [c2cwsgiutils[broadcast]](https://github.com/camptocamp/c2cwsgiutils) to permit the latest version.
- [Release notes](https://github.com/camptocamp/c2cwsgiutils/releases)
- [Changelog](https://github.com/camptocamp/c2cwsgiutils/blob/master/CHANGELOG.md)
- [Commits](camptocamp/c2cwsgiutils@4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: c2cwsgiutils[broadcast]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/c2cwsgiutils-broadcast--gte-4.0-and-lt-6 branch from 528d46e to b617ba7 Compare April 2, 2022 12:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Superseded by #917.

@dependabot dependabot bot closed this Sep 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/c2cwsgiutils-broadcast--gte-4.0-and-lt-6 branch September 17, 2024 00:04
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