Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #502 from GingerAvalanche/master
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
GingerAvalanche committed Feb 6, 2023
2 parents 402911f + 4064f4c commit 3a8cc2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ dependencies = [
"pyqtwebengine~=5.15.2; platform_system == 'Linux'",
"cefpython3~=66.1; platform_system == 'Windows'",
"pywebview==3.7.2",
"PyYAML~=5.4.1",
"PyYAML~=6.0",
"requests~=2.27.1",
"rstb>=1.2.2",
"xxhash~=1.4",
"xxhash~=3.2",
]
requires-python = ">=3.7"
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pyqtwebengine; platform_system == 'Linux'
QtPy; platform_system == 'Linux'
cefpython3~=66.1; platform_system == 'Windows'
pywebview==3.7.2
PyYAML~=5.4.1
PyYAML~=6.0
requests~=2.26.0
rstb>=1.2.2
xxhash~=1.4
xxhash~=3.2

0 comments on commit 3a8cc2a

Please sign in to comment.