aboutsummaryrefslogtreecommitdiff
path: root/cli/poetry.lock
AgeCommit message (Collapse)Author
2023-08-14Bump werkzeug from 2.3.4 to 2.3.7 in /cli0351dependabot/pip/cli/werkzeug-2.3.7dependabot[bot]
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 2.3.7. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.4...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05Merge branch 'main' into update-depsmig5
2023-05-29Bump requests from 2.30.0 to 2.31.0 in /clidependabot[bot]
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29Attempt to update flatpak and snap python dependenciesMiguel Jacq
2023-05-29Switch to Waitress and Flask-Compress in lieu of werkzeug serverMiguel Jacq
2023-05-22Merge branch 'main' into update-depsMicah Lee
2023-05-22Merge branch 'main' into python-3.11python-3.11Micah Lee
2023-05-22Update all dependenciesMicah Lee
2023-05-22Merge pull request #1666 from ↵Micah Lee
onionshare/dcffdependabot/pip/cli/flask-socketio-5.3.4 Bump flask-socketio from 5.3.1 to 5.3.4 in /cli
2023-05-22Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other ↵Micah Lee
poetry deps
2023-05-22Bump pytest from 7.2.1 to 7.3.1 in /clidependabot[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22Bump flask-socketio from 5.3.1 to 5.3.4 in /clidependabot[bot]
Bumps [flask-socketio](https://github.com/miguelgrinberg/flask-socketio) from 5.3.1 to 5.3.4. - [Changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-socketio/compare/v5.3.1...v5.3.4) --- updated-dependencies: - dependency-name: flask-socketio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-05Change minimum Python version to 3.8, and update all poetry depsMicah Lee
2022-12-15Update certifi and pytest dependenciesMiguel Jacq
2022-10-07Downgrade werkzeug back to 2.0.3 to temporarily deal with the shutdown issue ↵Miguel Jacq
that affects QThread.wait()
2022-10-06Snapcraft and Flatpak in CI (#1620)Micah Lee
Add support for Snapcraft and Flatpak builds in GitHub Actions
2022-09-30Downgrade Flask back to 2.0.3Micah Lee
2022-09-30Downgrade flask to 2.1.3 (#1614)Micah Lee
2022-09-30Try switching from cepa 1.8.3 to stem 1.8.1Micah Lee
2022-09-30Update pip dependencies, and also socket.ioMicah Lee
2022-07-04Update python depsMicah Lee
2022-03-06Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the ↵Micah Lee
rest of the pip deps
2022-01-17Update onionshare_cli poetry deps, and fix testsMicah Lee
2021-12-21Solve obnoxious cx_Freeze issue that broke websockets by enforcing ↵Micah Lee
async_mode=gevent, and including the correct modules in the build
2021-12-21Update python dependenciesMicah Lee
2021-11-14Upgrade to cepa 1.8.3Micah Lee
2021-11-12Switch stem with cepa, and update CLI packagesMicah Lee
2021-10-11Update dependenciesMicah Lee
2021-08-27ClientAuthV3 fixesMiguel Jacq
* Remove Client Auth as an explicit option (it's on by default). * Update wording about Public mode * Fix tuple error when raising TorTooOldStealth exception in CLI * Move Private Key button next to URL button in GUI * Replace visual references of ClientAuth to Private Key * Remove HTTPAuth Flask dependency and remove a lot of code to do with password generation, 401 auth triggers/invalid password rate limit detection etc * Test updates * Remove obsolete locale keys
2021-08-27Upgrade to Stem 1.8.1 (our fork) to satisfy wheel build. Raise minimumHeight ↵Miguel Jacq
to avoid cutoff of client auth option in sharing settings
2021-08-27merge develop branch into client_auth_v3 branch and use our forked stem ↵Miguel Jacq
which works with poetry
2021-06-01Update release docs, and update CLI poetry lockMicah Lee
2021-05-17Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the ↵Miguel Jacq
latter of which conflicts with Briefcase
2021-05-06merge from develop and fix conflicts, update poetryMiguel Jacq
2021-05-06Remove v2 legacy onion support, and its corresponding client auth ↵Miguel Jacq
functionality. Update the v3 Client Auth to take its place in settings
2021-05-04Early support for ClientAuth with v3 onionsMiguel Jacq
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee
2021-04-11Update poetry deps, and add requests[socks]Micah Lee
2021-01-31Updates the unicode logic in share_mode code as wellSaptak S
2020-11-17Update CLI depsMicah Lee
2020-11-09Add setuptools as a dependency for pkg_resources module, and update build ↵Micah Lee
scripts to properly delete last build
2020-11-03Make snapcraft packaging work with briefcase refactorMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start ↵Micah Lee
refactoring it to work with briefcase