Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 #217

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
- Replace readline with [prompt](https://pypi.org/project/prompt-toolkit/)
- Add [Pygments](https://pypi.org/project/Pygments/)
- And/Or [fuzzyfinder](https://pypi.org/project/fuzzyfinder/)

3 changes: 1 addition & 2 deletions docs/extras/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,4 @@ we enable ourselves to write maintainable software. They build upon each other.
* [Video](https://youtu.be/DEcwa68f-jY?si=ShLO-zYzZY1e4Ve6)
* Sample App *Actual* [GitHub](https://github.com/actualbudget)
* [CRDT Excample App](https://github.com/jlongster/crdt-example-app)
* [Demo](https://crdt.jlongster.com/client/)

* [Demo](https://crdt.jlongster.com/client/)
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tomlkit==0.11.1
typing-extensions==4.3.0
#mistune>=2.0.1 # Pinned by Snyk to avoid a vulnerability. However > 2.0 breaks sphinx build.
#mistune>=2.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading