mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Python dependency: Update pywinpty requirement from ==1.1.* to ==2.0.*
Updates the requirements on [pywinpty](https://github.com/spyder-ide/pywinpty) to permit the latest version. - [Release notes](https://github.com/spyder-ide/pywinpty/releases) - [Changelog](https://github.com/andfoy/pywinpty/blob/main/CHANGELOG.md) - [Commits](https://github.com/spyder-ide/pywinpty/compare/v1.1.0...v2.0.10) --- updated-dependencies: - dependency-name: pywinpty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0f525c8401
commit
af7f58b4d2
@ -38,7 +38,7 @@ gssapi==1.8.*
|
|||||||
eventlet==0.33.3
|
eventlet==0.33.3
|
||||||
httpagentparser==1.9.*
|
httpagentparser==1.9.*
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
pywinpty==1.1.*; sys_platform=="win32"
|
pywinpty==2.0.*; sys_platform=="win32"
|
||||||
Authlib==1.2.*
|
Authlib==1.2.*
|
||||||
requests==2.28.*
|
requests==2.28.*
|
||||||
pyotp==2.*
|
pyotp==2.*
|
||||||
|
Loading…
Reference in New Issue
Block a user