kubos
kubos copied to clipboard
An open source platform for satellites
Hello! I notice the slack link that is present in various places like the README.md, CONTRIBUTING.md, and also many of the `docs/*.rst` pages (https://slack.kubos.co) is broken. Since there are a...
Links on the front page of docs to some services have been reported as broken. Need to check and verify and/or fix as needed.
**Description** It's generally considered to be bad practice to setup a development environment using the "system" Python environment. Typical practice is to either make a virtual environment (which is now...
- FTS will now send op_success when an uploaded chunk completes an upload - speed up the "resume" code path in the client by only staging file chunks the first...
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...
Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [warp](https://github.com/seanmonstar/warp) from 0.1.23 to 0.3.3. Release notes Sourced from warp's releases. v0.3.2 Features: Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then(). Add...