resources_api
resources_api copied to clipboard
Flask API for programming and cyber security learning resources
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.22 to 1.4.40. Release notes Sourced from sqlalchemy's releases. 1.4.40 Released: August 8, 2022 orm [orm] [bug] Fixed issue where referencing a CTE multiple times in conjunction...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.2. Release notes Sourced from werkzeug's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-2 Milestone: https://github.com/pallets/werkzeug/milestone/25?closed=1 2.2.1 This is...
Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.36.8 to 0.38.3. Changelog Sourced from sqlalchemy-utils's changelog. 0.38.3 (2022-07-11) ^^^^^^^^^^^^^^^^^^^ Fixed double-quoted UUID's in sqlalchemy >= 1.4.30 (#581, pull request courtesy of kurtmckee) Fixed create_database() and...
-Adds flask admin feature -Bumps flask admin to 1.6.0 and all dependencies -Issue with password hashing when trying to add a new admin from admin view, password is not hashed...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.2 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.1.3. Release notes Sourced from click's releases. 8.1.3 This is a fix release for the 8.1.0 feature release. Changes: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-3 Milestone: https://github.com/pallets/click/milestone/18?closed=1 8.1.2 This is...
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.9.0 to 0.14.1. Release notes Sourced from prometheus-client's releases. 0.14.1 / 2022-04-08 [BUGFIX] Revert choose_encoder being renamed to choose_formatter to fix a breaking change. For the 0.14.x...
It would be nice to have a unit test that makes sure `/metrics` works. I'm not sure if it's possible because `/metrics` is only available when using uwsgi as the...