Skip to content

Commit

Permalink
Merge branch 'master' into Dreamsorcerer-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 26, 2024
2 parents 9ec763a + 903b312 commit 30739f7
Show file tree
Hide file tree
Showing 15 changed files with 807 additions and 766 deletions.
6 changes: 3 additions & 3 deletions demos/blog/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiohttp==3.10.10
aiohttp==3.11.7
aiohttp-jinja2==1.6
aiohttp-security[session]==0.5.0
asyncpg==0.30.0
bcrypt==4.1.3
bcrypt==4.2.1
pytoml==0.1.21
redis==5.2.0
SQLalchemy==2.0.36
Expand All @@ -11,4 +11,4 @@ SQLalchemy==2.0.36
pytest==8.1.1
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.5
flake8==7.1.0
flake8==7.1.1
4 changes: 2 additions & 2 deletions demos/chat/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.10.10
aiohttp==3.11.7
aiohttp-jinja2==1.6
faker==26.0.0
faker==33.0.0
12 changes: 6 additions & 6 deletions demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
aiohttp==3.10.10
aiohttp==3.11.7
aiohttp-jinja2==1.6
aiohttp-graphql==1.1.0
aiodataloader==0.4.0
faker==26.0.0
faker==33.0.0
trafaret_config==2.0.2
graphene==2.1.9
graphql-core==2.3.2
graphql-ws==0.4.4
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
redis==5.2.0

mypy==1.10.1
flake8==7.1.0
mypy==1.13.0
flake8==7.1.1
pytest==8.1.1
pytest-cov==5.0.0
pytest-cov==6.0.0
sqlalchemy==2.0.36
4 changes: 2 additions & 2 deletions demos/imagetagger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.10.10
aiohttp==3.11.7
aiohttp-jinja2==1.6
keras==3.6.0
Pillow==11.0.0
tensorflow==2.18
tensorflow==2.18.0
trafaret_config==2.0.2
12 changes: 6 additions & 6 deletions demos/moderator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
},
"license": "MIT",
"dependencies": {
"npm": "^10.9.0",
"npm": "^10.9.1",
"package.json": "^2.0.1",
"parcel": "^2.12.0",
"preact": "10.24.3",
"snyk": "^1.1294.0",
"parcel": "^2.13.2",
"preact": "10.25.0",
"snyk": "^1.1294.1",
"whatwg-fetch": "3.6.20",
"yarn": "^1.22.22"
},
"devDependencies": {
"autoprefixer": "9.8.8",
"babel-preset-env": "1.7.0",
"babel-preset-preact": "2.0.0",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
Expand All @@ -41,7 +41,7 @@
"npm-run-all": "4.1.5",
"parcel-bundler": "1.12.5",
"postcss-modules": "3.2.2",
"prettier": "3.3.3",
"prettier": "3.4.0",
"prettier-eslint": "16.3.0"
},
"snyk": true
Expand Down
8 changes: 4 additions & 4 deletions demos/moderator/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.10.10
aiohttp==3.11.7
trafaret==2.1.1
pyyaml==6.0.2
numpy==1.26.4
Expand All @@ -7,13 +7,13 @@ scikit-learn==1.5.2
scipy==1.13.1


flake8==7.1.0
flake8==7.1.1
flake8-bugbear==24.10.31
flake8-quotes==3.4.0
ipdb==0.13.13
mypy==1.10.1
mypy==1.13.0
pytest==8.1.1
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.5
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-sugar==1.0.0
Loading

0 comments on commit 30739f7

Please sign in to comment.