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 urllib3 from 2.0.6 to 2.0.7 #41

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps urllib3 from 2.0.6 to 2.0.7.

Release notes

Sourced from urllib3's releases.

2.0.7

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)
Changelog

Sourced from urllib3's changelog.

2.0.7 (2023-10-17)

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

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 Oct 17, 2023
@github-actions
Copy link

Coverage report:

Name                                                                                     Stmts   Miss  Cover
------------------------------------------------------------------------------------------------------------
forum/articles/__init__.py                                                                   0      0   100%
forum/articles/admin.py                                                                     24      3    88%
forum/articles/apps.py                                                                       6      0   100%
forum/articles/models.py                                                                    21      0   100%
forum/articles/templates/articles/article-summary.partial.html                              55      9    84%
forum/articles/templates/articles/articles-create.html                                      64      0   100%
forum/articles/templates/articles/articles-delete.html                                      33      0   100%
forum/articles/templates/articles/articles-detail.html                                     130     10    92%
forum/articles/templates/articles/articles-edit.html                                        67      0   100%
forum/articles/templates/articles/articles-list.html                                        53      2    96%
forum/articles/urls.py                                                                       3      0   100%
forum/articles/views.py                                                                    144     26    82%
forum/badges/__init__.py                                                                     0      0   100%
forum/badges/admin.py                                                                       27      0   100%
forum/badges/apps.py                                                                        13      2    85%
forum/badges/jobs.py                                                                        93     74    20%
forum/badges/logic/__init__.py                                                               7      0   100%
forum/badges/logic/answer_related_badges.py                                                 19     11    42%
forum/badges/logic/moderator_related_badges.py                                              17      8    53%
forum/badges/logic/participation_related_badges.py                                          23     11    52%
forum/badges/logic/question_related_badges.py                                               18      9    50%
forum/badges/logic/tag_related_badges.py                                                    10      3    70%
forum/badges/logic/utils.py                                                                 24      2    92%
forum/badges/models.py                                                                      19      0   100%
forum/badges/populate_db.py                                                                 22      2    91%
forum/badges/templates/badges/badges.list.template.html                                     66      0   100%
forum/badges/templates/badges/badges.single.template.html                                   26      0   100%
forum/badges/templates/badges/includes/user_card.template.html                              28      0   100%
forum/badges/tests.py                                                                       95      2    98%
forum/badges/urls.py                                                                         3      0   100%
forum/badges/views.py                                                                       19      0   100%
forum/common/__init__.py                                                                     0      0   100%
forum/common/test_utils.py                                                                 172      7    96%
forum/common/utils.py                                                                       44      0   100%
forum/forum/__init__.py                                                                      0      0   100%
forum/forum/admin/__init__.py                                                                8      0   100%
forum/forum/admin/admin_answer.py                                                           22      0   100%
forum/forum/admin/admin_comment.py                                                          38      0   100%
forum/forum/admin/admin_interaction.py                                                      23      0   100%
forum/forum/admin/admin_question.py                                                         52      0   100%
forum/forum/admin/admin_question_bookmark.py                                                 8      0   100%
forum/forum/admin/admin_tag.py                                                              45      6    87%
forum/forum/admin/admin_user_tag_stats.py                                                   21      0   100%
forum/forum/admin/input_filter.py                                                           31      3    90%
forum/forum/admin/properties.py                                                              4      0   100%
forum/forum/apps.py                                                                         12      0   100%
forum/forum/integrations/__init__.py                                                         0      0   100%
forum/forum/integrations/slack_api.py                                                      162     80    51%
forum/forum/jobs/__init__.py                                                                11      0   100%
forum/forum/jobs/base.py                                                                    13      1    92%
forum/forum/jobs/calculate_user_tag_stats.py                                                11      5    55%
forum/forum/jobs/check_urls.py                                                              65     41    37%
forum/forum/jobs/moderator_check.py                                                         66      6    91%
forum/forum/jobs/notify_user.py                                                             57      3    95%
forum/forum/jobs/others.py                                                                  35     21    40%
forum/forum/jobs/populate_meilisearch.py                                                    44     23    48%
forum/forum/jobs/purge_data.py                                                               8      2    75%
forum/forum/jobs/reports_jobs.py                                                            43      0   100%
forum/forum/jobs/user_impact.py                                                             17      0   100%
forum/forum/management/__init__.py                                                           0      0   100%
forum/forum/management/commands/__init__.py                                                  0      0   100%
forum/forum/management/commands/create_cron_jobs.py                                         18      2    89%
forum/forum/management/commands/send_report.py                                              46      0   100%
forum/forum/management/commands/send_weekly_digest.py                                       31      0   100%
forum/forum/management/commands/slack_msg.py                                                14      0   100%
forum/forum/management/tools.py                                                             13      2    85%
forum/forum/models/__init__.py                                                               5      0   100%
forum/forum/models/base.py                                                                 196     10    95%
forum/forum/models/comments.py                                                              48      4    92%
forum/forum/models/question_addins.py                                                       27      1    96%
forum/forum/models/stats.py                                                                 15      0   100%
forum/forum/models/voting.py                                                                48     10    79%
forum/forum/reports/__init__.py                                                              2      0   100%
forum/forum/reports/activity_email_report.py                                                 8      1    88%
forum/forum/reports/subreports/__init__.py                                                   4      0   100%
forum/forum/reports/subreports/questions_email_report.py                                    33     10    70%
forum/forum/reports/subreports/tags_activity_email_report.py                                10      0   100%
forum/forum/reports/subreports/tags_author_report.py                                        11      0   100%
forum/forum/reports/subreports/user_activity_email_report.py                                50      8    84%
forum/forum/templates/404.html                                                              25      0   100%
forum/forum/templates/admin/input_filter.html                                               25      0   100%
forum/forum/templates/base.html                                                            164      1    99%
forum/forum/templates/emails/answer_updated.html                                            89      1    99%
forum/forum/templates/emails/base.html                                                     266      1    99%
forum/forum/templates/emails/invite_to_answer_question.html                                 31      2    94%
forum/forum/templates/emails/moderator_grant.html                                           36      1    97%
forum/forum/templates/emails/moderator_revoke.html                                          20      1    95%
forum/forum/templates/emails/moderator_revoke_warning.html                                  18      0   100%
forum/forum/templates/emails/new_answer.html                                                70      1    99%
forum/forum/templates/emails/new_comment.html                                               70      1    99%
forum/forum/templates/emails/question_updated.html                                          91      2    98%
forum/forum/templates/emails/reports/includes/questions.report.html                         36     16    56%
forum/forum/templates/emails/reports/includes/report.question.template.html                 71      0   100%
forum/forum/templates/emails/reports/includes/tags.report.html                              62     18    71%
forum/forum/templates/emails/reports/includes/tags_empty_desc.report.html                   33      0   100%
forum/forum/templates/emails/reports/includes/users.report.html                             71      4    94%
forum/forum/templates/emails/reports/report.html                                            22      1    95%
forum/forum/templates/emails/unsubscribe.html                                                8      0   100%
forum/forum/templates/emails/user_mentioned.html                                            70      1    99%
forum/forum/templates/includes/base.google-analytics.html                                   13     11    15%
forum/forum/templates/includes/base.menu.html                                               37      0   100%
forum/forum/templates/includes/messages.html                                                14      0   100%
forum/forum/templates/includes/partial.user.navbar.html                                    121     65    46%
forum/forum/templates/includes/user-badges.html                                             21      0   100%
forum/forum/templates/includes/user.navbar.html                                              6      0   100%
forum/forum/templates/main/askquestion.html                                                 98      0   100%
forum/forum/templates/main/deleteanswer.html                                                34      0   100%
forum/forum/templates/main/deletequestion.html                                              34      0   100%
forum/forum/templates/main/editanswer.html                                                  45      0   100%
forum/forum/templates/main/editquestion.html                                                53      0   100%
forum/forum/templates/main/includes/code-formatting.template.html                           43      0   100%
forum/forum/templates/main/includes/easymde.template.html                                   80      0   100%
forum/forum/templates/main/includes/editquestion.instructions.template.html                 65      0   100%
forum/forum/templates/main/includes/flag-comment-modal.template.html                        64      0   100%
forum/forum/templates/main/includes/flag-model-modal.template.html                         109      0   100%
forum/forum/templates/main/includes/partial.thread.comments.template.html                  119     15    87%
forum/forum/templates/main/includes/partial.thread.question-invitations.html                16      0   100%
forum/forum/templates/main/includes/questions.pagination.template.html                      33      0   100%
forum/forum/templates/main/includes/questions.single-question.template.html                 62     13    79%
forum/forum/templates/main/includes/questions.tag.template.html                             55     32    42%
forum/forum/templates/main/includes/questions.watched-tags.template.html                    13      0   100%
forum/forum/templates/main/includes/tag-popover.template.html                               93      5    95%
forum/forum/templates/main/includes/tags.input.html                                         38      0   100%
forum/forum/templates/main/includes/thread.add-answer.template.html                         21      4    81%
forum/forum/templates/main/includes/thread.answer.template.html                             72      0   100%
forum/forum/templates/main/includes/thread.invite-to-question.template.html                 29      0   100%
forum/forum/templates/main/includes/thread.question-header.template.html                    26      0   100%
forum/forum/templates/main/includes/thread.question-status.template.html                    21     17    19%
forum/forum/templates/main/includes/thread.question.template.html                           97      2    98%
forum/forum/templates/main/includes/thread.user_card.template.html                          94      0   100%
forum/forum/templates/main/questions.html                                                   68      0   100%
forum/forum/templates/main/thread.template.html                                             84      5    94%
forum/forum/templates/slack/new_question.md                                                  2      0   100%
forum/forum/urls.py                                                                         10      0   100%
forum/forum/views/__init__.py                                                                6      0   100%
forum/forum/views/common.py                                                                 20      1    95%
forum/forum/views/feed.py                                                                   20      6    70%
forum/forum/views/follow_models.py                                                          31      0   100%
forum/forum/views/helpers.py                                                                44      0   100%
forum/forum/views/integrations/__init__.py                                                   1      0   100%
forum/forum/views/integrations/slack_views.py                                               38     17    55%
forum/forum/views/notifications.py                                                         134      6    96%
forum/forum/views/q_and_a_crud/__init__.py                                                   7      0   100%
forum/forum/views/q_and_a_crud/view_ask_question.py                                         69     11    84%
forum/forum/views/q_and_a_crud/view_delete_answer.py                                        24      0   100%
forum/forum/views/q_and_a_crud/view_delete_question.py                                      20      0   100%
forum/forum/views/q_and_a_crud/view_edit_answer.py                                          28      0   100%
forum/forum/views/q_and_a_crud/view_edit_question.py                                        34      0   100%
forum/forum/views/q_and_a_crud/view_questions_list.py                                       36      0   100%
forum/forum/views/q_and_a_crud/view_thread.py                                               94      0   100%
forum/forum/views/search.py                                                                116     43    63%
forum/forum/views/thread_views/__init__.py                                                  10      0   100%
forum/forum/views/thread_views/view_bookmark_question.py                                    43      4    91%
forum/forum/views/thread_views/view_delete_comment.py                                       19      0   100%
forum/forum/views/thread_views/view_download_thread.py                                      33     11    67%
forum/forum/views/thread_views/view_follow_question.py                                      27      0   100%
forum/forum/views/thread_views/view_image_upload.py                                         22     14    36%
forum/forum/views/thread_views/view_invite_to_question.py                                   43      0   100%
forum/forum/views/thread_views/view_partial_comments.py                                     14      1    93%
forum/forum/views/thread_views/view_partial_invites.py                                       8      0   100%
forum/forum/views/thread_views/view_partial_question_tags.py                                10      4    60%
forum/forum/views/thread_views/view_upvote_comment.py                                       20      0   100%
forum/forum/views/utils.py                                                                 249     13    95%
forum/forum/views/view_partial_user_navbar.py                                                5      0   100%
forum/forum/views/view_user_tags.py                                                         30      3    90%
forum/forum/views/voting/__init__.py                                                         4      0   100%
forum/forum/views/voting/view_acceptanswer.py                                               40      0   100%
forum/forum/views/voting/view_downvote.py                                                   23      0   100%
forum/forum/views/voting/view_mark_as_seen.py                                               23      0   100%
forum/forum/views/voting/view_upvote.py                                                     23      0   100%
forum/main/__init__.py                                                                       0      0   100%
forum/main/settings/__init__.py                                                             12      2    83%
forum/main/settings/allauth.py                                                               9      1    89%
forum/main/settings/base.py                                                                 50      2    96%
forum/main/settings/base_dir.py                                                              2      0   100%
forum/main/settings/forum.py                                                                52      2    96%
forum/main/settings/installed_apps.py                                                       10      3    70%
forum/main/settings/logging.py                                                              20      3    85%
forum/main/settings/rq_queues.py                                                             2      0   100%
forum/main/settings/slack.py                                                                 5      0   100%
forum/main/settings/static_files.py                                                          2      0   100%
forum/main/urls.py                                                                          10      3    70%
forum/manage.py                                                                             20      4    80%
forum/similarity/__init__.py                                                                 0      0   100%
forum/similarity/admin.py                                                                   13      0   100%
forum/similarity/algo/__init__.py                                                            1      0   100%
forum/similarity/algo/postgres_search_rank.py                                               14      8    43%
forum/similarity/algo/tfidf.py                                                              29      1    97%
forum/similarity/apps.py                                                                     7      0   100%
forum/similarity/calculate_similarity_job.py                                                76      9    88%
forum/similarity/management/__init__.py                                                      0      0   100%
forum/similarity/management/commands/__init__.py                                             0      0   100%
forum/similarity/management/commands/calculate_similarities.py                              11      0   100%
forum/similarity/models.py                                                                  23      0   100%
forum/similarity/tests.py                                                                   91      0   100%
forum/similarity/urls.py                                                                     3      0   100%
forum/similarity/views.py                                                                   16      3    81%
forum/spaces/__init__.py                                                                     0      0   100%
forum/spaces/admin.py                                                                       61      6    90%
forum/spaces/apps.py                                                                         6      0   100%
forum/spaces/models.py                                                                      64     17    73%
forum/spaces/templatetags/__init__.py                                                        0      0   100%
forum/spaces/templatetags/spaces_tags.py                                                    11      2    82%
forum/spaces/tests.py                                                                       22      9    59%
forum/spaces/urls.py                                                                         4      0   100%
forum/spaces/views/__init__.py                                                               6      0   100%
forum/spaces/views/access.py                                                                12      8    33%
forum/spaces/views/view_members_mgmt.py                                                     18     10    44%
forum/spaces/views/view_property_info.py                                                    10      4    60%
forum/spaces/views/view_space_edit.py                                                       39     25    36%
forum/spaces/views/view_space_info.py                                                       18     10    44%
forum/spaces/views/view_space_questions.py                                                  36     21    42%
forum/spaces/views/view_user_spaces.py                                                      13      6    54%
forum/tags/__init__.py                                                                       0      0   100%
forum/tags/admin.py                                                                         63      0   100%
forum/tags/apps.py                                                                           6      0   100%
forum/tags/jobs/__init__.py                                                                  1      0   100%
forum/tags/jobs/tag_stats.py                                                                 9      0   100%
forum/tags/management/__init__.py                                                            0      0   100%
forum/tags/management/commands/__init__.py                                                   0      0   100%
forum/tags/models.py                                                                        46      0   100%
forum/tags/templates/tags/edit_tag.html                                                     52      0   100%
forum/tags/templates/tags/includes/home.pagination.template.html                            33     29    12%
forum/tags/templates/tags/includes/home.tag-card.html                                       68     32    53%
forum/tags/templates/tags/includes/synonym_list.table.header.html                           13      4    69%
forum/tags/templates/tags/includes/synonym_list.table.template.html                         66      0   100%
forum/tags/templates/tags/includes/tag-popover-synonym.template.html                        74     36    51%
forum/tags/templates/tags/includes/user_card.template.html                                  27      0   100%
forum/tags/templates/tags/synonym_list.html                                                106      0   100%
forum/tags/templates/tags/tag-info.html                                                    107     45    58%
forum/tags/templates/tags/tags-list.html                                                    13      2    85%
forum/tags/templates/tags/tags.html                                                         21      0   100%
forum/tags/templatetags/__init__.py                                                          0      0   100%
forum/tags/templatetags/tags_tags.py                                                        12      1    92%
forum/tags/urls.py                                                                           3      0   100%
forum/tags/utils.py                                                                         40      0   100%
forum/tags/views/__init__.py                                                                 5      0   100%
forum/tags/views/view_edit_tag.py                                                           52      0   100%
forum/tags/views/view_home.py                                                               32      0   100%
forum/tags/views/view_synonym_list.py                                                       72      0   100%
forum/tags/views/view_tag_autocomplete.py                                                   17      0   100%
forum/tags/views/view_tag_info.py                                                           13      1    92%
forum/userauth/__init__.py                                                                   0      0   100%
forum/userauth/admin/__init__.py                                                             3      0   100%
forum/userauth/admin/actions.py                                                             81     12    85%
forum/userauth/admin/admin_user.py                                                          65      0   100%
forum/userauth/apps.py                                                                       5      0   100%
forum/userauth/jobs/__init__.py                                                              1      0   100%
forum/userauth/jobs/log_visit.py                                                            32      0   100%
forum/userauth/management/__init__.py                                                        0      0   100%
forum/userauth/management/commands/__init__.py                                               0      0   100%
forum/userauth/management/commands/create_sample_users.py                                   22      0   100%
forum/userauth/management/commands/create_social_apps.py                                    39      7    82%
forum/userauth/management/commands/fetch_user_google_data.py                                33     21    36%
forum/userauth/management/commands/reset_users.py                                           22      0   100%
forum/userauth/management/wordlists.py                                                       9      0   100%
forum/userauth/models.py                                                                   104      4    96%
forum/userauth/templates/admin/send_email.html                                              28      0   100%
forum/userauth/templates/emails/user_active_email.html                                       6      0   100%
forum/userauth/templates/userauth-base.html                                                 12      0   100%
forum/userauth/templates/userauth/editprofile.html                                         110      0   100%
forum/userauth/templates/userauth/includes/editprofile.profile-pic-modal.template.html      60      0   100%
forum/userauth/templates/userauth/includes/pagination.template.html                         34      0   100%
forum/userauth/templates/userauth/includes/profile.answers.template.html                    33     23    30%
forum/userauth/templates/userauth/includes/profile.badges.template.html                     29     14    52%
forum/userauth/templates/userauth/includes/profile.bookmarks.template.html                  31      5    84%
forum/userauth/templates/userauth/includes/profile.cards.template.html                      80     11    86%
forum/userauth/templates/userauth/includes/profile.following.template.html                  38      0   100%
forum/userauth/templates/userauth/includes/profile.questions.template.html                  27      0   100%
forum/userauth/templates/userauth/includes/profile.reputation.template.html                 31      0   100%
forum/userauth/templates/userauth/includes/profile.tab-button.template.html                  8      0   100%
forum/userauth/templates/userauth/includes/profile.votes.template.html                      33      2    94%
forum/userauth/templates/userauth/includes/tag-popover-userdata.template.html               84      0   100%
forum/userauth/templates/userauth/includes/users-list.usercard.template.html                34      0   100%
forum/userauth/templates/userauth/login.html                                                53     22    58%
forum/userauth/templates/userauth/profile.html                                             124      0   100%
forum/userauth/templates/userauth/signup.html                                               35      0   100%
forum/userauth/templates/userauth/users-list.html                                           13      0   100%
forum/userauth/templates/userauth/users_list_data.html                                      39      4    90%
forum/userauth/templatetags/__init__.py                                                      0      0   100%
forum/userauth/templatetags/userauth_tags.py                                                51      2    96%
forum/userauth/urls.py                                                                       4      0   100%
forum/userauth/utils.py                                                                     14      0   100%
forum/userauth/views/__init__.py                                                            12      0   100%
forum/userauth/views/common.py                                                               4      0   100%
forum/userauth/views/social_login_signal.py                                                 41      0   100%
forum/userauth/views/tokens.py                                                               4      0   100%
forum/userauth/views/view_activate.py                                                       22      0   100%
forum/userauth/views/view_editprofile.py                                                    36      0   100%
forum/userauth/views/view_login.py                                                          40      3    92%
forum/userauth/views/view_logout.py                                                         10      0   100%
forum/userauth/views/view_profile.py                                                        50      0   100%
forum/userauth/views/view_profile_pic.py                                                    18      0   100%
forum/userauth/views/view_signup.py                                                         58      2    97%
forum/userauth/views/view_staff_user_mgmt.py                                                20      0   100%
forum/userauth/views/view_unsubscribe.py                                                    18      0   100%
forum/userauth/views/view_users_list.py                                                     52      0   100%
forum/wiwik_lib/__init__.py                                                                  0      0   100%
forum/wiwik_lib/adapters.py                                                                 22      0   100%
forum/wiwik_lib/admin.py                                                                    29      0   100%
forum/wiwik_lib/apps.py                                                                      6      0   100%
forum/wiwik_lib/context_processor.py                                                        13      0   100%
forum/wiwik_lib/middleware.py                                                               25      0   100%
forum/wiwik_lib/models.py                                                                   65      3    95%
forum/wiwik_lib/templates/emails/new_flag.html                                              12      0   100%
forum/wiwik_lib/templatetags/__init__.py                                                     0      0   100%
forum/wiwik_lib/templatetags/wiwik_template_tags.py                                         70      6    91%
forum/wiwik_lib/urls.py                                                                      3      0   100%
forum/wiwik_lib/utils.py                                                                    28      3    89%
forum/wiwik_lib/views/__init__.py                                                            2      0   100%
forum/wiwik_lib/views/editable_views.py                                                     28      9    68%
forum/wiwik_lib/views/flag_views.py                                                         66      4    94%
forum/wiwik_lib/views/follow_views.py                                                       15      0   100%
------------------------------------------------------------------------------------------------------------
TOTAL                                                                                    11101   1240    89%

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

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

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/pip/urllib3-2.0.7 branch November 13, 2023 15:25
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