Skip to content
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

Update to Python 3.10 and bump requirements #8

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/cpy_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: 'pip'
cache-dependency-path: |
requirements.txt
Expand Down
99 changes: 74 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,74 @@
appdirs==1.4.4
arrow==1.0.0
attrs==20.3.0
beautifulsoup4==4.9.3
black==20.8b1
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
feedgen==0.9.0
idna==2.10
lxml==4.6.2
mypy==0.812
mypy-extensions==0.4.3
packaging==20.9
pathspec==0.8.1
pyparsing==2.4.7
python-dateutil==2.8.1
regex==2020.11.13
requests==2.25.1
six==1.15.0
soupsieve==2.2
toml==0.10.2
typed-ast==1.4.2
typing-extensions==3.7.4.3
urllib3==1.26.3
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
arrow==1.3.0
# via -r requirements.in
attrs==23.2.0
# via
# -r requirements.in
# wmctrl
beautifulsoup4==4.12.3
# via -r requirements.in
black==24.3.0
# via -r requirements.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
fancycompleter==0.9.1
# via pdbpp
feedgen==1.0.0
# via -r requirements.in
idna==3.6
# via requests
lxml==5.1.0
# via feedgen
mypy==1.9.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==24.0
# via
# -r requirements.in
# black
pathspec==0.12.1
# via black
pdbpp==0.10.3
# via -r requirements.in
platformdirs==4.2.0
# via black
pygments==2.17.2
# via pdbpp
pyrepl==0.9.0
# via fancycompleter
python-dateutil==2.9.0.post0
# via
# arrow
# feedgen
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
tomli==2.0.1
# via
# black
# mypy
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
# black
# mypy
urllib3==2.2.1
# via requests
wmctrl==0.5
# via pdbpp