Skip to content

Commit

Permalink
chore: upgrade dependence, hackcqooc to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac committed Nov 17, 2023
1 parent c480460 commit 97d7c13
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fuck_cqooc"
version = "v0.0.5-beta"
version = "v0.0.6-beta"
description = "一个重庆高校在线开放课程平台刷课工具。"
authors = [
{ name = "Fatpandac", email = "[email protected]" }
Expand Down
37 changes: 18 additions & 19 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,44 @@
# all-features: false

-e file:.
anyio==3.7.0
anyio==4.0.0
backports-zoneinfo==0.2.1
certifi==2023.5.7
cfgv==3.3.1
charset-normalizer==3.1.0
distlib==0.3.6
certifi==2023.7.22
cfgv==3.4.0
charset-normalizer==3.3.2
distlib==0.3.7
docopt==0.6.2
exceptiongroup==1.1.1
filelock==3.12.0
exceptiongroup==1.1.3
filelock==3.13.1
flet==0.7.4
flet-core==0.7.4
h11==0.14.0
hackcqooc==0.0.11
hackcqooc==0.0.12
httpcore==0.16.3
httpx==0.23.3
identify==2.5.24
identify==2.5.31
idna==3.4
js2py==0.74
nodeenv==1.8.0
oauthlib==3.2.2
packaging==23.1
packaging==23.2
pillow==9.5.0
pipreqs==0.4.13
platformdirs==3.5.1
pre-commit==3.3.2
platformdirs==3.11.0
pre-commit==3.3.3
pyjsparser==2.7.1
pyyaml==6.0
pyyaml==6.0.1
repath==0.9.0
requests==2.30.0
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.0
tzlocal==5.0.1
urllib3==2.0.2
virtualenv==20.23.0
tzlocal==5.2
urllib3==2.1.0
virtualenv==20.24.6
watchdog==2.3.1
websocket-client==1.5.2
websocket-client==1.6.4
websockets==10.4
yarg==0.1.9

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.8.0
setuptools==68.2.2
18 changes: 9 additions & 9 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
# all-features: false

-e file:.
anyio==3.7.0
anyio==4.0.0
backports-zoneinfo==0.2.1
certifi==2023.5.7
charset-normalizer==3.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
docopt==0.6.2
exceptiongroup==1.1.1
exceptiongroup==1.1.3
flet==0.7.4
flet-core==0.7.4
h11==0.14.0
hackcqooc==0.0.11
hackcqooc==0.0.12
httpcore==0.16.3
httpx==0.23.3
idna==3.4
js2py==0.74
oauthlib==3.2.2
packaging==23.1
packaging==23.2
pipreqs==0.4.13
pyjsparser==2.7.1
repath==0.9.0
requests==2.30.0
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.0
tzlocal==5.0.1
urllib3==2.0.2
tzlocal==5.2
urllib3==2.1.0
watchdog==2.3.1
websocket-client==1.5.2
websocket-client==1.6.4
websockets==10.4
yarg==0.1.9
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flet==0.7.4
hackcqooc==0.0.10
hackcqooc==0.0.12
pillow==9.5.0

0 comments on commit 97d7c13

Please sign in to comment.