Skip to content

Commit 624b086

Browse files
authored
Merge pull request #240 from conorheffron/r327
Release v3.2.7
2 parents e365386 + b3ef3ea commit 624b086

File tree

8 files changed

+176
-179
lines changed

8 files changed

+176
-179
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use IntelliSense to learn about possible attributes.
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "3.2.6",
5+
"version": "3.2.7",
66
"configurations": [
77

88
{

backend/Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ distlib = "==0.4.0"
1818
django = "==5.2.2"
1919
django-appconf = "==1.1.0"
2020
django-compressor = "==4.5.1"
21-
django-cors-headers = "==4.7.0"
21+
django-cors-headers = "==4.8.0"
2222
djangorestframework = "==3.16.1"
2323
djangorestframework-xml = "==2.0.0"
2424
drf-spectacular = "==0.28.0"
@@ -31,7 +31,7 @@ isort = "==6.0.1"
3131
itypes = "==1.2.0"
3232
jinja2 = "==3.1.6"
3333
jsonschema = "==4.25.1"
34-
jsonschema-specifications = "==2025.4.1"
34+
jsonschema-specifications = "==2025.9.1"
3535
markupsafe = "==3.0.2"
3636
mccabe = "==0.7.0"
3737
mysqlclient = "==2.2.7"
@@ -43,7 +43,7 @@ pygments = "==2.19.2"
4343
pylint = "==3.3.8"
4444
pylint-django = "==2.6.1"
4545
pylint-plugin-utils = "==0.9.0"
46-
pytest = "==8.4.1"
46+
pytest = "==8.4.2"
4747
pytz = "==2025.2"
4848
pyyaml = "==6.0.2"
4949
rcssmin = "==1.1.2"

backend/Pipfile.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/hr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
__title__ = 'booking-sys'
12-
__version__ = '3.2.6'
12+
__version__ = '3.2.7'
1313
__author__ = 'Conor Heffron'
1414

1515
# Version synonym

backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ distlib==0.4.0
1111
Django==5.2.2
1212
django-appconf==1.1.0
1313
django-compressor==4.5.1
14-
django-cors-headers==4.7.0
14+
django-cors-headers==4.8.0
1515
djangorestframework==3.16.1
1616
djangorestframework-xml==2.0.0
1717
drf-spectacular==0.28.0
@@ -24,7 +24,7 @@ isort==6.0.1
2424
itypes==1.2.0
2525
Jinja2==3.1.6
2626
jsonschema==4.25.1
27-
jsonschema-specifications==2025.4.1
27+
jsonschema-specifications==2025.9.1
2828
MarkupSafe==3.0.2
2929
mccabe==0.7.0
3030
mysqlclient==2.2.7
@@ -36,7 +36,7 @@ Pygments==2.19.2
3636
pylint==3.3.8
3737
pylint-django==2.6.1
3838
pylint-plugin-utils==0.9.0
39-
pytest==8.4.1
39+
pytest==8.4.2
4040
pytz==2025.2
4141
PyYAML==6.0.2
4242
rcssmin==1.1.2

0 commit comments

Comments
 (0)