Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/aiohttp-3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Nov 24, 2023
2 parents 4ab63ed + 92b1032 commit 1a94dc7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
# for details

---
version: 2

submodules:
include: all
exclude: []
recursive: true

build:
os: ubuntu-22.04
tools:
python: "3.11"

...
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ flake8-bandit==4.1.1
flake8-bugbear==23.9.16
flake8-import-order==0.18.2
flake8-requirements==2.0.1
mypy==1.6.1; implementation_name=="cpython"
mypy==1.7.1; implementation_name=="cpython"
types-redis==4.6.0.10
types-ujson==5.8.0.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

aiomcache==0.8.1
aiohttp==3.9.0
marshmallow==3.19.0
marshmallow==3.20.1
msgpack==1.0.7
pytest==7.4.2
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.11.1
pytest-mock==3.12.0
redis==5.0.1

0 comments on commit 1a94dc7

Please sign in to comment.