Skip to content

Commit 08ea997

Browse files
committed
Update versions
1 parent f82a6b5 commit 08ea997

File tree

14 files changed

+100
-100
lines changed

14 files changed

+100
-100
lines changed

docs/tutorials/aiohttp.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ You should see:
261261
Content-Length: 844
262262
Content-Type: application/json; charset=utf-8
263263
Date: Wed, 29 Jul 2020 21:01:50 GMT
264-
Server: Python/3.8 aiohttp/3.6.2
264+
Server: Python/3.9 aiohttp/3.6.2
265265
266266
{
267267
"gifs": [],
@@ -605,7 +605,7 @@ You should see:
605605
Content-Length: 492
606606
Content-Type: application/json; charset=utf-8
607607
Date: Fri, 09 Oct 2020 01:35:48 GMT
608-
Server: Python/3.8 aiohttp/3.6.2
608+
Server: Python/3.9 aiohttp/3.6.2
609609
610610
{
611611
"gifs": [
@@ -810,13 +810,13 @@ You should see:
810810

811811
.. code-block::
812812
813-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
813+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
814814
plugins: cov-2.10.0, aiohttp-0.3.0, asyncio-0.14.0
815815
collected 3 items
816816
817817
giphynavigator/tests.py ... [100%]
818818
819-
---------- coverage: platform darwin, python 3.8.3-final-0 -----------
819+
---------- coverage: platform darwin, python 3.9 -----------
820820
Name Stmts Miss Cover
821821
---------------------------------------------------
822822
giphynavigator/__init__.py 0 0 100%

docs/tutorials/asyncio-daemon.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Put next lines into the ``requirements.txt`` file:
129129
pytest-cov
130130
131131
Second, we need to create the ``Dockerfile``. It will describe the daemon's build process and
132-
specify how to run it. We will use ``python:3.8-buster`` as a base image.
132+
specify how to run it. We will use ``python:3.9-buster`` as a base image.
133133

134134
Put next lines into the ``Dockerfile`` file:
135135

@@ -980,14 +980,14 @@ You should see:
980980

981981
.. code-block:: bash
982982
983-
platform linux -- Python 3.8.3, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
983+
platform linux -- Python 3.9, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
984984
rootdir: /code
985985
plugins: asyncio-0.14.0, cov-2.10.0
986986
collected 2 items
987987
988988
monitoringdaemon/tests.py .. [100%]
989989
990-
----------- coverage: platform linux, python 3.8.3-final-0 -----------
990+
----------- coverage: platform linux, python 3.9 -----------
991991
Name Stmts Miss Cover
992992
----------------------------------------------------
993993
monitoringdaemon/__init__.py 0 0 100%

docs/tutorials/cli.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,13 +1010,13 @@ You should see:
10101010

10111011
.. code-block::
10121012
1013-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
1013+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
10141014
plugins: cov-2.10.0
10151015
collected 2 items
10161016
10171017
movies/tests.py .. [100%]
10181018
1019-
---------- coverage: platform darwin, python 3.8.5-final-0 -----------
1019+
---------- coverage: platform darwin, python 3.9 -----------
10201020
Name Stmts Miss Cover
10211021
------------------------------------------
10221022
movies/__init__.py 0 0 100%

docs/tutorials/flask.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,13 +960,13 @@ You should see:
960960

961961
.. code-block:: bash
962962
963-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
963+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
964964
plugins: flask-1.0.0, cov-2.10.0
965965
collected 2 items
966966
967967
githubnavigator/tests.py .. [100%]
968968
969-
---------- coverage: platform darwin, python 3.8.3-final-0 -----------
969+
---------- coverage: platform darwin, python 3.9 -----------
970970
Name Stmts Miss Cover
971971
----------------------------------------------------
972972
githubnavigator/__init__.py 0 0 100%

examples/miniapps/aiohttp/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ The output should be something like:
9898

9999
.. code-block::
100100
101-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
101+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
102102
plugins: cov-2.10.0, aiohttp-0.3.0, asyncio-0.14.0
103103
collected 3 items
104104
105105
giphynavigator/tests.py ... [100%]
106106
107-
---------- coverage: platform darwin, python 3.8.3-final-0 -----------
107+
---------- coverage: platform darwin, python 3.9 -----------
108108
Name Stmts Miss Cover
109109
---------------------------------------------------
110110
giphynavigator/__init__.py 0 0 100%

examples/miniapps/asyncio-daemon/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ The output should be something like:
6565

6666
.. code-block::
6767
68-
platform linux -- Python 3.8.3, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
68+
platform linux -- Python 3.9, pytest-6.0.1, py-1.9.0, pluggy-0.13.1
6969
rootdir: /code
7070
plugins: asyncio-0.14.0, cov-2.10.0
7171
collected 2 items
7272
7373
monitoringdaemon/tests.py .. [100%]
7474
75-
----------- coverage: platform linux, python 3.8.3-final-0 -----------
75+
----------- coverage: platform linux, python 3.9 -----------
7676
Name Stmts Miss Cover
7777
----------------------------------------------------
7878
monitoringdaemon/__init__.py 0 0 100%

examples/miniapps/fastapi-redis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-buster
1+
FROM python:3.9-buster
22

33
ENV PYTHONUNBUFFERED=1
44

examples/miniapps/fastapi-redis/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ The output should be something like:
6969

7070
.. code-block::
7171
72-
platform linux -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1
72+
platform linux -- Python 3.9, pytest-6.2.1, py-1.10.0, pluggy-0.13.1
7373
rootdir: /code
7474
plugins: cov-2.10.1, asyncio-0.14.0
7575
collected 1 item
7676
7777
fastapiredis/tests.py . [100%]
7878
79-
----------- coverage: platform linux, python 3.8.6-final-0 -----------
79+
----------- coverage: platform linux, python 3.9 -----------
8080
Name Stmts Miss Cover
8181
-------------------------------------------------
8282
fastapiredis/__init__.py 0 0 100%

examples/miniapps/fastapi/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ The output should be something like:
101101

102102
.. code-block::
103103
104-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
104+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
105105
plugins: cov-2.10.0, asyncio-0.14.0
106106
collected 3 items
107107
108108
giphynavigator/tests.py ... [100%]
109109
110-
---------- coverage: platform darwin, python 3.8.3-final-0 -----------
110+
---------- coverage: platform darwin, python 3.9 -----------
111111
Name Stmts Miss Cover
112112
---------------------------------------------------
113113
giphynavigator/__init__.py 0 0 100%

examples/miniapps/flask-blueprints/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ The output should be something like:
8181

8282
.. code-block::
8383
84-
platform darwin -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
84+
platform darwin -- Python 3.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
8585
plugins: flask-1.0.0, cov-2.10.0
8686
collected 2 items
8787
8888
githubnavigator/tests.py .. [100%]
8989
90-
---------- coverage: platform darwin, python 3.8.3-final-0 -----------
90+
---------- coverage: platform darwin, python 3.9 -----------
9191
Name Stmts Miss Cover
9292
----------------------------------------------------
9393
githubnavigator/__init__.py 0 0 100%

0 commit comments

Comments
 (0)