Skip to content

Commit 62ef708

Browse files
committed
Update Pipfile(s), Update package.json and package-lock.json, Release version bump
1 parent 8fd62b3 commit 62ef708

5 files changed

Lines changed: 230 additions & 161 deletions

File tree

backend/Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coreschema = "==0.0.4"
1414
coverage = "==7.14.0"
1515
defusedxml = "==0.7.1"
1616
dill = "==0.4.1"
17-
distlib = "==0.4.0"
17+
distlib = "==0.4.1"
1818
django = "==6.0.5"
1919
django-appconf = "==1.2.0"
2020
django-cors-headers = "==4.9.0"
@@ -24,7 +24,7 @@ djangorestframework-xml = "==2.0.0"
2424
drf-spectacular = "==0.29.0"
2525
drf-yasg = "==1.21.15"
2626
filelock = "==3.29.0"
27-
idna = "==3.16"
27+
idna = "==3.18"
2828
inflection = "==0.5.1"
2929
iniconfig = "==2.3.0"
3030
isort = "==6.1.0"
@@ -46,7 +46,7 @@ pylint-plugin-utils = "==0.9.0"
4646
pytest = "==9.0.3"
4747
pytest-cov = "==7.1.0"
4848
pytest-django = "==4.12.0"
49-
python-discovery = "==1.3.1"
49+
python-discovery = "==1.4.0"
5050
pytz = "==2026.2"
5151
pyyaml = "==6.0.3"
5252
rcssmin = "==1.2.1"

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.6.1'
12+
__version__ = '3.6.2'
1313
__author__ = 'Conor Heffron'
1414

1515
# Version synonym

0 commit comments

Comments
 (0)