Skip to content

Scheduled weekly dependency update for week 18 #821

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

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
870202c
Update gevent from 21.1.2 to 25.4.2
pyup-bot May 5, 2025
b4e8dd1
Pin sqlalchemy to latest version 2.0.40
pyup-bot May 5, 2025
7433361
Pin colorama to latest version 0.4.6
pyup-bot May 5, 2025
39d7ad3
Pin alembic to latest version 1.15.2
pyup-bot May 5, 2025
573a982
Update requests from 2.28.1 to 2.32.3
pyup-bot May 5, 2025
f745e3f
Update chromecontroller from 0.3.26 to 0.3.32
pyup-bot May 5, 2025
15018df
Update dill from 0.3.6 to 0.4.0
pyup-bot May 5, 2025
c24bb5c
Update zeroconf from 0.47.1 to 0.147.0
pyup-bot May 5, 2025
0b66afd
Update apscheduler from 3.9.1.post1 to 3.11.0
pyup-bot May 5, 2025
09c6d7f
Update beautifulsoup4 from 4.11.1 to 4.13.4
pyup-bot May 5, 2025
5bf3cc4
Update selenium from 4.7.2 to 4.32.0
pyup-bot May 5, 2025
41fe475
Update faker from 15.3.4 to 37.1.0
pyup-bot May 5, 2025
db1a0e5
Update lxml from 4.9.2 to 5.4.0
pyup-bot May 5, 2025
cab82d7
Update cachetools from 5.2.1 to 5.5.2
pyup-bot May 5, 2025
8d1305f
Update pytz from 2022.7 to 2025.2
pyup-bot May 5, 2025
de556af
Update feedgen from 0.9.0 to 1.0.0
pyup-bot May 5, 2025
89f92a3
Update feedparser from 6.0.10 to 6.0.11
pyup-bot May 5, 2025
2569395
Pin msgpack-python to latest version 0.5.6
pyup-bot May 5, 2025
96d4c7c
Update psutil from 5.9.4 to 7.0.0
pyup-bot May 5, 2025
8eb9614
Update cloudscraper from 1.2.48 to 1.2.71
pyup-bot May 5, 2025
34a208f
Pin sqlalchemy_utils to latest version 0.41.2
pyup-bot May 5, 2025
6eaad8e
Pin ftfy to latest version 6.3.1
pyup-bot May 5, 2025
1614a84
Pin semantic to latest version 1.0.3
pyup-bot May 5, 2025
e543977
Pin hiredis to latest version 3.1.0
pyup-bot May 5, 2025
d37a361
Pin redis to latest version 6.0.0
pyup-bot May 5, 2025
1569906
Pin setproctitle to latest version 1.3.6
pyup-bot May 5, 2025
b40494c
Pin xxhash to latest version 3.5.0
pyup-bot May 5, 2025
349c950
Pin cssutils to latest version 2.11.1
pyup-bot May 5, 2025
f8f6973
Pin statsd to latest version 4.0.1
pyup-bot May 5, 2025
6c6f2c9
Pin influxdb to latest version 5.3.2
pyup-bot May 5, 2025
7f94105
Pin parsedatetime to latest version 2.6
pyup-bot May 5, 2025
a95c885
Pin bleach to latest version 6.2.0
pyup-bot May 5, 2025
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
8 changes: 4 additions & 4 deletions local_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

mprpc==0.1.17
gevent==21.1.2
sqlalchemy
colorama
alembic
gevent==25.4.2
sqlalchemy==2.0.40
colorama==0.4.6
alembic==1.15.2
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@

python-magic==0.4.27
requests==2.28.1
requests==2.32.3

astor>=0.8.1

ChromeController==0.3.26
ChromeController==0.3.32

PySocks==1.7.1
dill==0.3.6
dill==0.4.0
rabbitpy==2.0.1

netdisco==3.0.0
zeroconf==0.47.1
zeroconf==0.147.0

APScheduler==3.9.1.post1
beautifulsoup4==4.11.1
APScheduler==3.11.0
beautifulsoup4==4.13.4
cchardet==2.1.7
colorama==0.4.6
selenium==4.7.2
Faker==15.3.4
lxml==4.9.2
cachetools==5.2.1
pytz==2022.7
feedgen==0.9.0
feedparser==6.0.10
selenium==4.32.0
Faker==37.1.0
lxml==5.4.0
cachetools==5.5.2
pytz==2025.2
feedgen==1.0.0
feedparser==6.0.11
webrequest==0.0.78

msgpack-python
msgpack-python==0.5.6

psutil==5.9.4
psutil==7.0.0

netifaces==0.11.0
cloudscraper==1.2.48
cloudscraper==1.2.71

sqlalchemy_utils
ftfy
semantic
hiredis
redis
sqlalchemy_utils==0.41.2
ftfy==6.3.1
semantic==1.0.3
hiredis==3.1.0
redis==6.0.0
# vmprof

setproctitle
xxhash
cssutils
statsd
influxdb
parsedatetime
bleach
setproctitle==1.3.6
xxhash==3.5.0
cssutils==2.11.1
statsd==4.0.1
influxdb==5.3.2
parsedatetime==2.6
bleach==6.2.0

git+https://github.com/fake-name/unshortenit.git

Expand Down