Skip to content

Scheduled weekly dependency update for week 19 #822

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
9e42f2f
Update gevent from 21.1.2 to 25.5.1
pyup-bot May 12, 2025
e47360b
Pin sqlalchemy to latest version 2.0.40
pyup-bot May 12, 2025
28e7b5a
Pin colorama to latest version 0.4.6
pyup-bot May 12, 2025
927d03b
Pin alembic to latest version 1.15.2
pyup-bot May 12, 2025
e1ebfcb
Update requests from 2.28.1 to 2.32.3
pyup-bot May 12, 2025
9f1daf6
Update chromecontroller from 0.3.26 to 0.3.32
pyup-bot May 12, 2025
6958a9f
Update dill from 0.3.6 to 0.4.0
pyup-bot May 12, 2025
2906471
Update zeroconf from 0.47.1 to 0.147.0
pyup-bot May 12, 2025
019bace
Update apscheduler from 3.9.1.post1 to 3.11.0
pyup-bot May 12, 2025
1e178dc
Update beautifulsoup4 from 4.11.1 to 4.13.4
pyup-bot May 12, 2025
3632b84
Update selenium from 4.7.2 to 4.32.0
pyup-bot May 12, 2025
35aeb28
Update faker from 15.3.4 to 37.1.0
pyup-bot May 12, 2025
9f2cb35
Update lxml from 4.9.2 to 5.4.0
pyup-bot May 12, 2025
27c6f88
Update cachetools from 5.2.1 to 5.5.2
pyup-bot May 12, 2025
be25574
Update pytz from 2022.7 to 2025.2
pyup-bot May 12, 2025
b51dc66
Update feedgen from 0.9.0 to 1.0.0
pyup-bot May 12, 2025
6efcfac
Update feedparser from 6.0.10 to 6.0.11
pyup-bot May 12, 2025
c7f31df
Pin msgpack-python to latest version 0.5.6
pyup-bot May 12, 2025
9f48b99
Update psutil from 5.9.4 to 7.0.0
pyup-bot May 12, 2025
0ab64c9
Update cloudscraper from 1.2.48 to 1.2.71
pyup-bot May 12, 2025
057bfa6
Pin sqlalchemy_utils to latest version 0.41.2
pyup-bot May 12, 2025
5286547
Pin ftfy to latest version 6.3.1
pyup-bot May 12, 2025
1fa9c4c
Pin semantic to latest version 1.0.3
pyup-bot May 12, 2025
1bb1568
Pin hiredis to latest version 3.1.1
pyup-bot May 12, 2025
86dc32e
Pin redis to latest version 6.0.0
pyup-bot May 12, 2025
96a6ee9
Pin setproctitle to latest version 1.3.6
pyup-bot May 12, 2025
0115f43
Pin xxhash to latest version 3.5.0
pyup-bot May 12, 2025
78da668
Pin cssutils to latest version 2.11.1
pyup-bot May 12, 2025
82b3567
Pin statsd to latest version 4.0.1
pyup-bot May 12, 2025
72fb8c0
Pin influxdb to latest version 5.3.2
pyup-bot May 12, 2025
ac5dbcc
Pin parsedatetime to latest version 2.6
pyup-bot May 12, 2025
f7f847f
Pin bleach to latest version 6.2.0
pyup-bot May 12, 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.5.1
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.1
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