- Modified webmention entries in JSON files to update author and content details. - Updated package-lock.json to reflect new versions of dependencies including browserslist, caniuse-lite, electron-to-chromium, tinyglobby, and fdir. - Updated requirements.txt to specify newer versions of certifi, charset-normalizer, packaging, and weeknotebot for Python 3.11 compatibility.
18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
certifi==2025.4.26 ; python_version >= "3.11" and python_version < "4.0"
|
|
charset-normalizer==3.4.2 ; python_version >= "3.11" and python_version < "4.0"
|
|
click==8.1.8 ; python_version >= "3.11" and python_version < "4.0"
|
|
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"
|
|
feedparser==6.0.11 ; python_version >= "3.11" and python_version < "4.0"
|
|
idna==3.10 ; python_version >= "3.11" and python_version < "4.0"
|
|
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
marshmallow==3.26.1 ; python_version >= "3.11" and python_version < "4.0"
|
|
mdurl==0.1.2 ; python_version >= "3.11" and python_version < "4.0"
|
|
packaging==25.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
pygments==2.19.1 ; python_version >= "3.11" and python_version < "4.0"
|
|
python-dotenv==1.1.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
requests==2.32.3 ; python_version >= "3.11" and python_version < "4.0"
|
|
rich==13.9.4 ; python_version >= "3.11" and python_version < "4.0"
|
|
sgmllib3k==1.0.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
urllib3==2.4.0 ; python_version >= "3.11" and python_version < "4.0"
|
|
weeknotebot==1.6.1 ; python_version >= "3.11" and python_version < "4.0"
|