Skip to content

Commit ef875d6

Browse files
Merge pull request #18 from barseghyanartur/dev
Dev
2 parents 1583eaa + e50bc85 commit ef875d6

24 files changed

+521
-369
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
name: test ${{ matrix.py }} - ${{ matrix.os }}
7+
name: test ${{ matrix.python-version }} - ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}-latest
99
strategy:
1010
fail-fast: true
@@ -15,6 +15,7 @@ jobs:
1515
# - Windows
1616
# - MacOs
1717
python-version:
18+
- "3.11"
1819
- "3.10"
1920
- "3.9"
2021
- "3.8"

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ are used for versioning (schema follows below):
1515
0.3.4 to 0.4).
1616
- All backwards incompatible changes are mentioned in this document.
1717

18+
0.2.14
19+
------
20+
2022-11-22
21+
22+
- Tested against Django 4.0.
23+
- Tested against Django REST Framework 3.13.
24+
1825
0.2.13
1926
------
2027
2022-11-20

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Collection of various tricks for
3535
Prerequisites
3636
=============
3737

38-
- Django 2.2, 3.0, 3.1, 3.2 and 4.0.
39-
- Python 3.7, 3.8, 3.9 and 3.10.
38+
- Django 2.2, 3.0, 3.1, 3.2, 4.0 and 4.1.
39+
- Python 3.7, 3.8, 3.9, 3.10 and 3.11.
4040

4141
Dependencies
4242
============
4343

4444
- djangorestframework: Initially written with 3.6.3, but nowadays tested
45-
with >=3.9,<3.13. May (still) work on earlier- or (even) support
45+
with >=3.10,<3.14. May (still) work on earlier- or (even) support
4646
later- versions, although not guaranteed.
4747

4848
Installation

examples/requirements/common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile common.in
66
#
7-
pillow==8.4.0
7+
pillow==9.3.0
88
# via -r common.in
99
python-memcached==1.58
1010
# via -r common.in
11-
pytz==2021.3
11+
pytz==2022.6
1212
# via -r common.in
1313
six==1.16.0
1414
# via

examples/requirements/debug.txt

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,47 @@
44
#
55
# pip-compile debug.in
66
#
7+
asttokens==2.1.0
8+
# via stack-data
79
backcall==0.2.0
810
# via ipython
9-
decorator==5.1.0
11+
decorator==5.1.1
1012
# via
1113
# ipdb
1214
# ipython
15+
executing==1.2.0
16+
# via stack-data
1317
ipdb==0.13.9
1418
# via -r debug.in
15-
ipython==7.30.0
19+
ipython==8.6.0
1620
# via
1721
# -r debug.in
1822
# ipdb
19-
jedi==0.18.1
23+
jedi==0.18.2
2024
# via ipython
21-
matplotlib-inline==0.1.3
25+
matplotlib-inline==0.1.6
2226
# via ipython
2327
parso==0.8.3
2428
# via jedi
2529
pexpect==4.8.0
2630
# via ipython
2731
pickleshare==0.7.5
2832
# via ipython
29-
prompt-toolkit==3.0.23
33+
prompt-toolkit==3.0.33
3034
# via ipython
3135
ptyprocess==0.7.0
3236
# via pexpect
33-
pygments==2.10.0
37+
pure-eval==0.2.2
38+
# via stack-data
39+
pygments==2.13.0
40+
# via ipython
41+
six==1.16.0
42+
# via asttokens
43+
stack-data==0.6.1
3444
# via ipython
3545
toml==0.10.2
3646
# via ipdb
37-
traitlets==5.1.1
47+
traitlets==5.5.0
3848
# via
3949
# ipython
4050
# matplotlib-inline

examples/requirements/deployment.txt

Lines changed: 47 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,87 @@
44
#
55
# pip-compile deployment.in
66
#
7-
bleach==4.1.0
7+
bleach==5.0.1
88
# via readme-renderer
9-
certifi==2021.10.8
9+
build==0.9.0
10+
# via pip-tools
11+
certifi==2022.9.24
1012
# via requests
11-
cffi==1.15.0
13+
cffi==1.15.1
1214
# via cryptography
13-
charset-normalizer==2.0.8
15+
charset-normalizer==2.1.1
1416
# via requests
15-
click==8.0.3
17+
click==8.1.3
1618
# via pip-tools
17-
colorama==0.4.4
18-
# via twine
19-
cryptography==36.0.0
19+
commonmark==0.9.1
20+
# via rich
21+
cryptography==38.0.3
2022
# via secretstorage
21-
docutils==0.18.1
23+
docutils==0.19
2224
# via readme-renderer
23-
idna==3.3
25+
idna==3.4
2426
# via requests
25-
importlib-metadata==4.8.2
27+
importlib-metadata==5.0.0
2628
# via
2729
# keyring
2830
# twine
29-
jeepney==0.7.1
31+
jaraco-classes==3.2.3
32+
# via keyring
33+
jeepney==0.8.0
3034
# via
3135
# keyring
3236
# secretstorage
33-
keyring==23.4.0
37+
keyring==23.11.0
3438
# via twine
39+
more-itertools==9.0.0
40+
# via jaraco-classes
3541
packaging==21.3
36-
# via bleach
37-
pep517==0.12.0
38-
# via pip-tools
39-
pip-tools==6.4.0
42+
# via build
43+
pep517==0.13.0
44+
# via build
45+
pip-tools==6.10.0
4046
# via -r deployment.in
41-
pkginfo==1.8.1
47+
pkginfo==1.8.3
4248
# via twine
4349
pycparser==2.21
4450
# via cffi
45-
pygments==2.10.0
46-
# via readme-renderer
47-
pyparsing==3.0.6
51+
pygments==2.13.0
52+
# via
53+
# readme-renderer
54+
# rich
55+
pyparsing==3.0.9
4856
# via packaging
49-
readme-renderer==30.0
57+
readme-renderer==37.3
5058
# via twine
51-
requests==2.26.0
59+
requests==2.28.1
5260
# via
5361
# requests-toolbelt
5462
# twine
55-
requests-toolbelt==0.9.1
63+
requests-toolbelt==0.10.1
5664
# via twine
57-
rfc3986==1.5.0
65+
rfc3986==2.0.0
5866
# via twine
59-
secretstorage==3.3.1
67+
rich==12.6.0
68+
# via twine
69+
secretstorage==3.3.3
6070
# via keyring
6171
six==1.16.0
6272
# via bleach
63-
tomli==1.2.2
64-
# via pep517
65-
tqdm==4.62.3
66-
# via twine
67-
twine==3.7.0
73+
tomli==2.0.1
74+
# via
75+
# build
76+
# pep517
77+
twine==4.0.1
6878
# via -r deployment.in
69-
urllib3==1.26.7
70-
# via requests
79+
urllib3==1.26.12
80+
# via
81+
# requests
82+
# twine
7183
webencodings==0.5.1
7284
# via bleach
73-
wheel==0.37.0
85+
wheel==0.38.4
7486
# via pip-tools
75-
zipp==3.6.0
87+
zipp==3.10.0
7688
# via importlib-metadata
7789

7890
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)