Skip to content

Commit

Permalink
chore: update dependency and publish newsletters
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2023
1 parent ca4b91a commit a8595e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/newsletter/2023_w37.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Computer Science

## GNULinux

### [sqlite](sqlite.md)

* New: Add basic commands.

* `.help` - show help
* `.quit` - quit
* `.tables` - show tables
* `.schema` - show schema of table
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ requests==2.31.0
# requests-toolbelt
requests-toolbelt==1.0.0
# via python-gitlab
rich==13.5.2
rich==13.5.3
# via python-semantic-release
shellingham==1.5.3
# via python-semantic-release
Expand All @@ -183,13 +183,13 @@ six==1.16.0
# proselint
# pybtex
# python-dateutil
smmap==5.0.0
smmap==5.0.1
# via gitdb
soupsieve==2.5
# via beautifulsoup4
tomlkit==0.12.1
# via python-semantic-release
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
Expand Down

0 comments on commit a8595e3

Please sign in to comment.