Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Feb 14, 2024
1 parent d46a596 commit 38b3446
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion plugins/ticker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
holidays==0.28
holidays==0.42
python-dateutil==2.8.2
2 changes: 1 addition & 1 deletion plugins/timezone/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytz==2022.7
pytz==2024.1
2 changes: 1 addition & 1 deletion plugins/wikipedia/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymediawiki==0.7.2
pymediawiki==0.7.4
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Core
Twisted==22.4.0
Twisted==23.10.0

# SSL connections
pyOpenSSL==23.0.0
service_identity==21.1.0
pyOpenSSL==24.0.0
service_identity==24.1.0

# Various URL scraping plugins
beautifulsoup4==4.11.1
requests==2.28.1
beautifulsoup4==4.12.3
requests==2.31.0
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unit tests
pytest==7.2.0
pytest-cov==4.0.0
pytest-env==0.8.1
pytest==8.0.0
pytest-cov==4.1.0
pytest-env==1.1.3
pytest-twisted==1.14.0

0 comments on commit 38b3446

Please sign in to comment.