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 psycopg from 3.2.1 to 3.2.2 #146

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps psycopg from 3.2.1 to 3.2.2.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.2 ^^^^^^^^^^^^^

  • Drop !TypeDef specifications as string from public modules, as they cannot be composed by users as !typing objects previously could (:ticket:[#860](https://github.com/psycopg/psycopg/issues/860)).
  • Release Python 3.13 binary packages.

Psycopg 3.2.1 ^^^^^^^^^^^^^

  • Fix packaging metadata breaking [c], [binary] dependencies (:ticket:[#853](https://github.com/psycopg/psycopg/issues/853)).

Psycopg 3.2

.. rubric:: New top-level features

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Allow dumpers to return !None, to be converted to NULL (:ticket:[#377](https://github.com/psycopg/psycopg/issues/377)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:tickets:[#560](https://github.com/psycopg/psycopg/issues/560), [#839](https://github.com/psycopg/psycopg/issues/839)).
  • Add capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement !KeyboardInterrupt and ~cursor.copy termination (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • The !context parameter of sql objects ~sql.Composable.as_string() and ~sql.Composable.as_bytes() methods is now optional (:ticket:[#716](https://github.com/psycopg/psycopg/issues/716)).
  • Add ~Connection.set_autocommit() on sync connections, and similar transaction control methods available on the async connections.
  • Add a size parameter to ~Cursor.stream() to enable results retrieval in

... (truncated)

Commits
  • d027a87 chore: bump psycopg package version to 3.2.2
  • 026c123 Merge pull request #890 from edgarrmondragon/build-cp313-wheels
  • 86d7772 docs: add update instructions for new major Python releases
  • 8089851 docs: add Python 3.13 support news entries
  • cf3bc88 docs: mention Python 3.13 supported in install docs
  • 9b97811 chore: add Python 3.13 to trove classifiers
  • 6e20188 ci: build Python 3.13 wheels
  • a5b67ba docs: replace fastapi events with lifespan
  • d13137a chore(deps): bump pypa/cibuildwheel in the actions group
  • 6f7dcc4 Fix typo in cursor table
  • 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 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)

Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.2)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
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                                                                    24      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                                                                    145      8    94%
forum/badges/__init__.py                                                                     0      0   100%
forum/badges/admin.py                                                                       27      0   100%
forum/badges/apps.py                                                                        10      0   100%
forum/badges/jobs.py                                                                        93     74    20%
forum/badges/logic/__init__.py                                                               7      0   100%
forum/badges/logic/answer_related_badges.py                                                 21     13    38%
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                                                                 31      2    94%
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                                                                 186      7    96%
forum/common/utils.py                                                                       45      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                                                                         25      2    92%
forum/forum/integrations/__init__.py                                                         0      0   100%
forum/forum/integrations/slack_api.py                                                      175     88    50%
forum/forum/jobs/__init__.py                                                                12      0   100%
forum/forum/jobs/base.py                                                                    13      1    92%
forum/forum/jobs/calculate_user_tag_stats.py                                                20     11    45%
forum/forum/jobs/check_urls.py                                                              65     41    37%
forum/forum/jobs/config_updated_signal.py                                                   20      0   100%
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                                              45      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                                                                 206     12    94%
forum/forum/models/comments.py                                                              49      4    92%
forum/forum/models/question_addins.py                                                       27      1    96%
forum/forum/models/stats.py                                                                 15      0   100%
forum/forum/models/voting.py                                                                56     10    82%
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                                    34      4    88%
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                                                            166      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                             73      4    95%
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/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                                   85      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.questions-list.tag-popover.html                 94     23    76%
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                 70     19    73%
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                                0      0   100%
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.template.html                           97      4    96%
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                                             88      5    94%
forum/forum/templates/partial.user.navbar.html                                             122     46    62%
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                                                                50      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                                                         135      5    96%
forum/forum/views/q_and_a_crud/__init__.py                                                   8      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                                        27      0   100%
forum/forum/views/q_and_a_crud/view_delete_question.py                                      23      0   100%
forum/forum/views/q_and_a_crud/view_edit_answer.py                                          31      0   100%
forum/forum/views/q_and_a_crud/view_edit_question.py                                        36      0   100%
forum/forum/views/q_and_a_crud/view_partial_tag_popover.py                                   7      0   100%
forum/forum/views/q_and_a_crud/view_questions_list.py                                       38      0   100%
forum/forum/views/q_and_a_crud/view_thread.py                                              103      3    97%
forum/forum/views/search.py                                                                116     42    64%
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                                      26      0   100%
forum/forum/views/thread_views/view_image_upload.py                                         23     14    39%
forum/forum/views/thread_views/view_invite_to_question.py                                   57      2    96%
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                                                                 271     15    94%
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                                                             11      2    82%
forum/main/settings/allauth.py                                                               9      1    89%
forum/main/settings/base.py                                                                 53      4    92%
forum/main/settings/base_dir.py                                                              2      0   100%
forum/main/settings/forum.py                                                                14      2    86%
forum/main/settings/installed_apps.py                                                       11      3    73%
forum/main/settings/logging.py                                                              20      3    85%
forum/main/settings/rq_queues.py                                                             2      0   100%
forum/main/settings/static_files.py                                                          2      0   100%
forum/main/urls.py                                                                          10      3    70%
forum/manage.py                                                                             19      4    79%
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                                               15      8    47%
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                                                                         3      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                                                       45     35    22%
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                                                                        48      1    98%
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                                                                         38      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                                                             75     12    84%
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      3    97%
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                 10      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                                                54     23    57%
forum/userauth/templates/userauth/profile.html                                             130      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                                                52      1    98%
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                                                                 23      0   100%
forum/wiwik_lib/admin.py                                                                    29      0   100%
forum/wiwik_lib/apps.py                                                                      9      0   100%
forum/wiwik_lib/context_processor.py                                                         6      0   100%
forum/wiwik_lib/middleware.py                                                               25      0   100%
forum/wiwik_lib/models.py                                                                   67      4    94%
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                                         76      8    89%
forum/wiwik_lib/urls.py                                                                      3      0   100%
forum/wiwik_lib/utils.py                                                                    36      3    92%
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                                                                                    11260   1244    89%

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2024

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

@dependabot dependabot bot closed this Sep 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.2.2 branch September 26, 2024 23:51
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