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 optional dependencies for v1.9.4 release #504

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

seratch
Copy link
Member

@seratch seratch commented Oct 29, 2021

This pull request upgrade some of the optional dependencies. Although we do tests with these versions, older minor/patch versions of these dependencies should work with bolt-python.

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements (place an x in each [ ])

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@seratch seratch added this to the 1.9.4 milestone Oct 29, 2021
@seratch seratch self-assigned this Oct 29, 2021
@@ -67,18 +67,18 @@
"moto<2", # For AWS tests
"bottle>=0.12,<1",
"boddle>=0.2,<0.3", # For Bottle app tests
"chalice>=1.22.4,<2",
"chalice>=1.26.1,<2",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As chalice always depends on a specific version of pip (I don't know why), we want to do tests with the latest version.

"click>=7,<8", # for chalice
"CherryPy>=18,<19",
"Django>=3,<4",
"falcon>=2,<3",
"fastapi<1",
"fastapi>=0.70.0,<1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the consistency with starlette 0.14+

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #504 (b90a9b3) into main (292e9c7) will not change coverage.
The diff coverage is n/a.

❗ Current head b90a9b3 differs from pull request most recent head 55d21b6. Consider uploading reports for the commit 55d21b6 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #504   +/-   ##
=======================================
  Coverage   91.43%   91.43%           
=======================================
  Files         167      167           
  Lines        5535     5535           
=======================================
  Hits         5061     5061           
  Misses        474      474           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 292e9c7...55d21b6. Read the comment docs.

@seratch seratch merged commit f9c2819 into slackapi:main Oct 29, 2021
@seratch seratch deleted the bump-version-1.9.4 branch October 29, 2021 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant