Skip to content

Commit 4e7ed48

Browse files
authored
Merge pull request #295 from conorheffron/r342
Release v3.4.2
2 parents 92ef4ba + 93aeab1 commit 4e7ed48

7 files changed

Lines changed: 349 additions & 325 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.1",
2+
"version": "3.4.2",
33
"configurations": [
44

55
{

backend/Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ attrs = "==25.4.0"
1212
certifi = "==2025.10.5"
1313
charset-normalizer = "==3.4.4"
1414
coreschema = "==0.0.4"
15-
coverage = "==7.11.0"
15+
coverage = "==7.11.3"
1616
defusedxml = "==0.7.1"
1717
dill = "==0.4.0"
1818
distlib = "==0.4.0"
1919
django = "==5.2.8"
20-
django-appconf = "==1.1.0"
21-
django-compressor = "==4.5.1"
20+
django-appconf = "==1.2.0"
21+
django-compressor = "==4.6.0"
2222
django-cors-headers = "==4.9.0"
2323
djangorestframework = "==3.16.1"
2424
djangorestframework-xml = "==2.0.0"
@@ -44,14 +44,14 @@ pygments = "==2.19.2"
4444
pylint = "==3.3.9"
4545
pylint-django = "==2.6.1"
4646
pylint-plugin-utils = "==0.9.0"
47-
pytest = "==8.4.2"
47+
pytest = "==9.0.0"
4848
pytest-django = "==4.11.1"
4949
pytz = "==2025.2"
5050
pyyaml = "==6.0.3"
51-
rcssmin = "==1.1.2"
51+
rcssmin = "==1.2.1"
5252
referencing = "==0.37.0"
5353
requests = "==2.32.5"
54-
rjsmin = "==1.2.2"
54+
rjsmin = "==1.2.4"
5555
rpds-py = "==0.28.0"
5656
sqlparse = "==0.5.3"
5757
tomlkit = "==0.13.3"

backend/Pipfile.lock

Lines changed: 225 additions & 201 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.4.1'
12+
__version__ = '3.4.2'
1313
__author__ = 'Conor Heffron'
1414

1515
# Version synonym

backend/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ attrs==25.4.0
44
certifi==2025.10.5
55
charset-normalizer==3.4.4
66
coreschema==0.0.4
7-
coverage==7.11.0
7+
coverage==7.11.3
88
defusedxml==0.7.1
99
dill==0.4.0
1010
distlib==0.4.0
1111
Django==5.2.8
12-
django-appconf==1.1.0
13-
django-compressor==4.5.1
12+
django-appconf==1.2.0
13+
django-compressor==4.6.0
1414
django-cors-headers==4.9.0
1515
djangorestframework==3.16.1
1616
djangorestframework-xml==2.0.0
@@ -36,14 +36,14 @@ Pygments==2.19.2
3636
pylint==3.3.9
3737
pylint-django==2.6.1
3838
pylint-plugin-utils==0.9.0
39-
pytest==8.4.2
39+
pytest==9.0.0
4040
pytest-django==4.11.1
4141
pytz==2025.2
4242
PyYAML==6.0.3
43-
rcssmin==1.1.2
43+
rcssmin==1.2.1
4444
referencing==0.37.0
4545
requests==2.32.5
46-
rjsmin==1.2.2
46+
rjsmin==1.2.4
4747
rpds-py==0.28.0
4848
setuptools==80.9.0
4949
sqlparse==0.5.3

0 commit comments

Comments
 (0)