Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps amqp from 2.6.1 to 5.0.6.

Release notes

Sourced from amqp's releases.

v5.0.6

5.0.6

:release-date: 2021-04-01 10:45 A.M. UTC+6:00 :release-by: Asif Saif Uddin

  • Change the order in which context.check_hostname and context.verify_mode get set in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting context.verify_mode = ssl.CERT_NONE would raise "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled." Setting context.check_hostname prior to setting context.verify_mode resolves the issue.
  • Remove TCP_USER_TIMEOUT option for Solaris (#355)
  • Pass long_description to setup() (#353)
  • Fix for tox-docker 2.0
  • Moved to GitHub actions CI (#359)

v5.0.4

5.0.4

:release-date: 2021-01-28 2:30 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Add missing load_default_certs() call to fix a regression in v5.0.3 release. (#350)

v5.0.3

5.0.3

:release-date: 2021-01-19 9:00 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Change the default value of ssl_version to None. When not set, the proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER will be selected based on the param server_side in order to create a TLS Context object with better defaults that fit the desired connection side.

  • Change the default value of cert_reqs to None. The default value of ctx.verify_mode is ssl.CERT_NONE, but when ssl.PROTOCOL_TLS_CLIENT is used, ctx.verify_mode defaults to ssl.CERT_REQUIRED.

  • Fix context.check_hostname logic. Checking the hostname depends on having support of the SNI TLS extension and being provided with a server_hostname value. Another important thing to mention is that enabling hostname checking automatically sets verify_mode from ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot be set back to ssl.CERT_NONE as long as hostname checking is enabled.

  • Refactor the SNI tests to test one thing at a time and removing some tests that were being repeated over and over.

... (truncated)

Changelog

Sourced from amqp's changelog.

5.0.6

:release-date: 2021-04-01 10:45 A.M. UTC+6:00 :release-by: Asif Saif Uddin

  • Change the order in which context.check_hostname and context.verify_mode get set in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting context.verify_mode = ssl.CERT_NONE would raise "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled." Setting context.check_hostname prior to setting context.verify_mode resolves the issue.
  • Remove TCP_USER_TIMEOUT option for Solaris (#355)
  • Pass long_description to setup() (#353)
  • Fix for tox-docker 2.0
  • Moved to GitHub actions CI (#359)

.. _version-5.0.5:

5.0.5

:release-date: 2021-01-28 4:30 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Removed mistakenly introduced code which was causing import errors

.. _version-5.0.4:

5.0.4

:release-date: 2021-01-28 2:30 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Add missing load_default_certs() call to fix a regression in v5.0.3 release. (#350)

.. _version-5.0.3:

5.0.3

:release-date: 2021-01-19 9:00 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Change the default value of ssl_version to None. When not set, the proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER will be selected based on the param server_side in order to create a TLS Context object with better defaults that fit the desired connection side.

... (truncated)

Commits
  • 4dad914 Bump version: 5.0.5 → 5.0.6
  • 70e6557 changelog for py-amqp v5.0.6
  • 4eb39c6 Added GitHub actions CI (#359)
  • cd7ede9 Fix typos.
  • 1f599c7 Fix ordering of context.check_hostname and context.verify_mode so as to not r...
  • 137245b Pass long_description to setup() (#353)
  • 3db08f6 remove TCP_USER_TIMEOUT option for Solaris
  • 5bcae4a Fix for tox-docker 2.0
  • d11b276 Bump version: 5.0.4 → 5.0.5
  • 8bcd75d added changelog for 5.0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 14, 2021
@dependabot dependabot bot requested a review from a team June 14, 2021 05:00
@ghost
Copy link

ghost commented Jun 14, 2021

💔 Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #61 event

  • Start Time: 2021-06-14T10:26:31.913+0000

  • Duration: 4 min 22 sec

  • Commit: 3d41dfa

Trends 🧪

Image of Build Times

Steps errors 1

Expand to view the steps failures

Shell Script
  • Took 0 min 19 sec . View more details on here
  • Description: make build

Log output

Expand to view the last 100 lines of log output

[2021-06-14T10:30:41.457Z]   Attempting uninstall: setuptools
[2021-06-14T10:30:41.457Z]     Found existing installation: setuptools 56.0.0
[2021-06-14T10:30:41.457Z]     Uninstalling setuptools-56.0.0:
[2021-06-14T10:30:41.457Z]       Successfully uninstalled setuptools-56.0.0
[2021-06-14T10:30:42.024Z]   Attempting uninstall: pip
[2021-06-14T10:30:42.024Z]     Found existing installation: pip 21.1.1
[2021-06-14T10:30:42.283Z]     Uninstalling pip-21.1.1:
[2021-06-14T10:30:42.542Z]       Successfully uninstalled pip-21.1.1
[2021-06-14T10:30:43.481Z] Successfully installed pip-21.1.2 setuptools-57.0.0
[2021-06-14T10:30:44.417Z] WARNING: --use-feature=2020-resolver no longer has any effect, since it is now the default dependency resolver in pip. This will become an error in pip 21.0.
[2021-06-14T10:30:44.678Z] Collecting Django==3.2.4
[2021-06-14T10:30:44.678Z]   Downloading Django-3.2.4-py3-none-any.whl (7.9 MB)
[2021-06-14T10:30:45.247Z] Collecting amqp==5.0.6
[2021-06-14T10:30:45.247Z]   Downloading amqp-5.0.6-py3-none-any.whl (53 kB)
[2021-06-14T10:30:45.506Z] Collecting billiard==3.6.3.0
[2021-06-14T10:30:45.506Z]   Downloading billiard-3.6.3.0-py3-none-any.whl (89 kB)
[2021-06-14T10:30:45.506Z] Collecting celery==4.4.7
[2021-06-14T10:30:45.506Z]   Downloading celery-4.4.7-py2.py3-none-any.whl (427 kB)
[2021-06-14T10:30:45.764Z] Collecting future==0.18.2
[2021-06-14T10:30:45.764Z]   Downloading future-0.18.2.tar.gz (829 kB)
[2021-06-14T10:30:46.335Z] Collecting certifi
[2021-06-14T10:30:46.336Z]   Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
[2021-06-14T10:30:46.336Z] Collecting dj-database-url==0.5.0
[2021-06-14T10:30:46.336Z]   Downloading dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB)
[2021-06-14T10:30:46.596Z] Collecting django-redis==4.12.1
[2021-06-14T10:30:46.596Z]   Downloading django_redis-4.12.1-py3-none-any.whl (19 kB)
[2021-06-14T10:30:46.856Z] Collecting elastic-apm==6.2.2
[2021-06-14T10:30:46.856Z]   Downloading elastic_apm-6.2.2-cp38-cp38-manylinux2010_x86_64.whl (334 kB)
[2021-06-14T10:30:47.115Z] Collecting elasticsearch==7.9.1
[2021-06-14T10:30:47.115Z]   Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB)
[2021-06-14T10:30:47.115Z] Collecting elasticsearch-dsl==7.2.1
[2021-06-14T10:30:47.115Z]   Downloading elasticsearch_dsl-7.2.1-py2.py3-none-any.whl (53 kB)
[2021-06-14T10:30:47.115Z] Collecting gunicorn==20.0.4
[2021-06-14T10:30:47.115Z]   Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
[2021-06-14T10:30:47.374Z] Collecting honcho==1.0.1
[2021-06-14T10:30:47.374Z]   Downloading honcho-1.0.1-py2.py3-none-any.whl (21 kB)
[2021-06-14T10:30:47.374Z] Collecting kombu==4.6.11
[2021-06-14T10:30:47.374Z]   Downloading kombu-4.6.11-py2.py3-none-any.whl (184 kB)
[2021-06-14T10:30:47.633Z] Collecting psycopg2-binary==2.8.6
[2021-06-14T10:30:47.633Z]   Downloading psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl (3.0 MB)
[2021-06-14T10:30:47.892Z] Collecting pytz
[2021-06-14T10:30:47.892Z]   Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
[2021-06-14T10:30:48.156Z] Collecting redis==3.5.3
[2021-06-14T10:30:48.156Z]   Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
[2021-06-14T10:30:48.156Z] Collecting urllib3==1.25.10
[2021-06-14T10:30:48.156Z]   Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
[2021-06-14T10:30:48.156Z] Collecting vine==1.3.0
[2021-06-14T10:30:48.156Z]   Downloading vine-1.3.0-py2.py3-none-any.whl (14 kB)
[2021-06-14T10:30:48.414Z] Collecting whitenoise==5.2.0
[2021-06-14T10:30:48.414Z]   Downloading whitenoise-5.2.0-py2.py3-none-any.whl (19 kB)
[2021-06-14T10:30:48.414Z] Collecting requests==2.25.1
[2021-06-14T10:30:48.414Z]   Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
[2021-06-14T10:30:48.674Z] Collecting structlog==21.1.0
[2021-06-14T10:30:48.674Z]   Downloading structlog-21.1.0-py2.py3-none-any.whl (49 kB)
[2021-06-14T10:30:48.674Z] Collecting colorama==0.4.4
[2021-06-14T10:30:48.674Z]   Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
[2021-06-14T10:30:49.241Z] Collecting psutil==5.7.3
[2021-06-14T10:30:49.241Z]   Downloading psutil-5.7.3.tar.gz (465 kB)
[2021-06-14T10:30:49.810Z] Collecting asgiref<4,>=3.3.2
[2021-06-14T10:30:49.810Z]   Downloading asgiref-3.3.4-py3-none-any.whl (22 kB)
[2021-06-14T10:30:49.810Z] Collecting sqlparse>=0.2.2
[2021-06-14T10:30:49.810Z]   Downloading sqlparse-0.4.1-py3-none-any.whl (42 kB)
[2021-06-14T10:30:49.810Z] INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:30:49.810Z] INFO: pip is looking at multiple versions of django to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:30:49.810Z] ERROR: Cannot install -r requirements.txt (line 2) and vine==1.3.0 because these package versions have conflicting dependencies.
[2021-06-14T10:30:49.810Z] 
[2021-06-14T10:30:49.810Z] The conflict is caused by:
[2021-06-14T10:30:49.810Z]     The user requested vine==1.3.0
[2021-06-14T10:30:49.810Z]     amqp 5.0.6 depends on vine==5.0.0
[2021-06-14T10:30:49.810Z] 
[2021-06-14T10:30:49.810Z] To fix this you could try to:
[2021-06-14T10:30:49.810Z] 1. loosen the range of package versions you've specified
[2021-06-14T10:30:49.810Z] 2. remove package versions to allow pip attempt to solve the dependency conflict
[2021-06-14T10:30:49.810Z] 
[2021-06-14T10:30:49.810Z] ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
[2021-06-14T10:30:50.378Z] Service 'opbeans-python' failed to build: The command '/bin/sh -c /app/venv/bin/pip install -U pip setuptools &&     /app/venv/bin/pip --use-feature=2020-resolver install -r requirements.txt' returned a non-zero code: 1
[2021-06-14T10:30:50.721Z] + chmod 755 docker-logs.sh
[2021-06-14T10:30:51.013Z] + ./docker-logs.sh  docker-compose.yml
[2021-06-14T10:30:51.013Z] It is not possible to grab the logs of 6a70a2d69444
[2021-06-14T10:30:51.272Z] It is not possible to grab the logs of 8e1d8cae602b
[2021-06-14T10:30:51.550Z] Archiving artifacts
[2021-06-14T10:30:51.853Z] + docker-compose down -v
[2021-06-14T10:30:52.423Z] Removing network elastic_default
[2021-06-14T10:30:52.683Z] Removing volume elastic_esdata
[2021-06-14T10:30:52.731Z] Stage "Test" skipped due to earlier failure(s)
[2021-06-14T10:30:52.749Z] Stage "Staging" skipped due to earlier failure(s)
[2021-06-14T10:30:52.769Z] Stage "Integration Tests" skipped due to earlier failure(s)
[2021-06-14T10:30:52.792Z] Stage "Downstream" skipped due to earlier failure(s)
[2021-06-14T10:30:52.815Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:30:52.831Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:30:52.851Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:30:53.070Z] Running on Jenkins in /var/lib/jenkins/workspace/_python_opbeans-python-mbp_PR-61
[2021-06-14T10:30:53.160Z] [INFO] getVaultSecret: Getting secrets
[2021-06-14T10:30:53.200Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-06-14T10:30:53.775Z] + chmod 755 generate-build-data.sh
[2021-06-14T10:30:53.775Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-61/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-61/runs/2 FAILURE 261601
[2021-06-14T10:30:53.775Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-61/runs/2/steps/?limit=10000 -o steps-info.json
[2021-06-14T10:30:53.775Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-61/runs/2/tests/?status=FAILED -o tests-errors.json
[2021-06-14T10:30:53.775Z] Retry 1/3 exited 22, retrying in 1 seconds...
[2021-06-14T10:30:55.119Z] Retry 2/3 exited 22, retrying in 2 seconds...

Bumps [amqp](https://github.com/celery/py-amqp) from 2.6.1 to 5.0.6.
- [Release notes](https://github.com/celery/py-amqp/releases)
- [Changelog](https://github.com/celery/py-amqp/blob/master/Changelog)
- [Commits](celery/py-amqp@v2.6.1...v5.0.6)

---
updated-dependencies:
- dependency-name: amqp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/amqp-5.0.6 branch from 469dcc4 to 3d41dfa Compare June 14, 2021 10:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2021

Looks like amqp is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/amqp-5.0.6 branch June 22, 2021 09:14
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.

1 participant