Skip to content

Commit c0ef989

Browse files
authored
Merge branch 'geekcomputers:master' into master
2 parents 54c4b12 + 240add2 commit c0ef989

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

News_App/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
solara == 1.26.1
1+
solara == 1.32.1
22
Flask
33
gunicorn ==22.0.0
44
simple-websocket

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Feel free to explore the scripts and use them for your learning and automation n
5353
39. [space_invader.py.py](https://github.com/meezan-mallick/space_invader_game) - Classical 2D space invader game to recall your childhood memories.
5454
40. [Test Case Generator](https://github.com/Tanmay-901/test-case-generator/blob/master/test_case.py) - Generate different types of test cases with a clean and friendly UI, used in competitive programming and software testing.
5555
41. [Extract Thumbnail From Video](https://github.com/geekcomputers/Python/tree/ExtractThumbnailFromVideo) - Extract Thumbnail from video files
56-
42. [How to begin the journy of open source (first contribution)](https://www.youtube.com/watch?v=v2X51AVgl3o) - First Contribution of open source
56+
42. [How to begin the journey of open source (first contribution)](https://www.youtube.com/watch?v=v2X51AVgl3o) - First Contribution of open source
5757
<hr>
5858

5959
_**Note**: The content in this repository belongs to the respective authors and creators. I'm just providing a formatted README.md for better presentation._

requirements_with_versions.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ win10toast==0.9
2222
Counter==1.0.0
2323
Flask==3.0.2
2424
selenium==4.16.0
25-
firebase-admin==6.3.0
25+
firebase-admin==6.5.0
2626
ujson==5.9.0
2727
requests==2.31.0
2828
quo==2023.5.1
@@ -56,15 +56,15 @@ openpyxl==3.1.2
5656
pytesseract==0.3.10
5757
requests-mock==1.12.1
5858
pyglet==2.0.10
59-
urllib3==2.1.0
59+
urllib3==2.2.1
6060
thirdai==0.7.44
6161
google-api-python-client==2.115.0
6262
sound==0.1.0
6363
xlwt==1.3.0
6464
pygame==2.5.2
6565
speechtotext==0.0.3
6666
wikipedia==1.4.0
67-
tqdm==4.66.1
67+
tqdm==4.66.4
6868
Menu==3.2.2
6969
yfinance==0.2.35
7070
tweepy==4.14.0
@@ -74,7 +74,7 @@ xor-cipher==4.0.0
7474
bird==0.1.2
7575
mechanize==0.4.9
7676
translate==3.6.1
77-
solara==1.26.1
77+
solara==1.32.1
7878
pywhatkit==5.4
7979
mutagen==1.47.0
8080
Unidecode==1.3.8
@@ -103,7 +103,7 @@ googletrans==3.0.0
103103
slab==1.1.5
104104
psutil==5.9.8
105105
mediapipe==0.10.9
106-
rich==13.7.0
106+
rich==13.7.1
107107
httplib2==0.22.0
108108
protobuf==4.25.2
109109
colorama==0.4.6

0 commit comments

Comments
 (0)