Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T tmp_connection_psql
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Chosson Ulysse
  • tmp_connection_psql
  • Merge requests
  • !4

update for python 3.11

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Chosson Ulysse requested to merge IMPROVE_py3.11 into master Nov 04, 2022
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 7

[1.1.0] - 2022-11-04

Added

  • tmp_connection_psql now support python3.11.
  • Add new linter pep8-naming, following remove flakehell which is no longer maintained.

Changed

  • Update many dependencies. |Name | Old version | New version | |:----------------|:-----------:|:-----------:| |psycopg | 3.0.13 | 3.1.4 | |pytest-sugar | 0.9.4 | 0.9.5 | |xdoctest | 0.15.10 | 1.1.0 | |pre-commit | 2.17.0 | 2.20.0 | |black | 22.1.0 | 22.10.0 | |codespell | 2.1.0 | 2.2.2 | |dlint | 0.12.0 | 0.13.0 | |mypy | 0.942 | 0.982 | |pylint | 2.13.7 | 2.15.5 | |plerr | 2.0.0 | 3.0.0 | |sqlfluff | 0.12.0 | 1.4.1 | |flake8 | 3.9 | 5.0.4 | |flake8-bandit | 3.0.0 | 4.1.1 | |flake8-eradicate | 1.2.0 | 1.4.0 |

Remove

  • Remove some depandencies:
    • flakehell
    • flake8-quotes
    • flit
    • m2r2
    • dephell
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: IMPROVE_py3.11