mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-18 17:04:53 -05:00
fix: Bump python & javascript dependencies (#9827)
* Update Python dependencies: - google-auth-oauthlib 1.3.0 → 1.3.1 - sphinxcontrib-youtube 1.4.1 → 1.5.0 - fixtures 4.3.1 → 4.3.2 - Add missing newline at end of requirements files * Update JavaScript dependencies: - Replace deprecated @babel/plugin-proposal-* packages with @babel/plugin-transform-* equivalents - Remove unused @types/classnames dependency - Update yarn.lock - Pin the 'react-frame-component' to '~5.2.6' * fix: Use PostGIS 36 for EPAS 18 in CI workflow - EPAS 18 ships with edb-as18-postgis36 instead of postgis34. - Add a postgisver matrix variable to support mixed versions. - Add exclude+include for EPAS 18 PostGIS matrix to fix empty runs-on * Moving '@babel/plugin-transform-class-properties', '@babel/preset-react' to devDependencies section
This commit is contained in:
@@ -2,4 +2,4 @@ requests>=2.21.0
|
||||
requests[security]>=2.21.0
|
||||
safety>=1.9.0
|
||||
Sphinx==7.4.7
|
||||
sphinxcontrib-youtube==1.4.1
|
||||
sphinxcontrib-youtube==1.5.0
|
||||
|
||||
Reference in New Issue
Block a user