Skip to content

Commit df714eb

Browse files
Release v3.5.0 (#334)
* Release v3.5.0 * Bump virtualenv in /backend in the pip group across 1 directory (#333) Bumps the pip group with 1 update in the /backend directory: [virtualenv](https://github.com/pypa/virtualenv). Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.35.4...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump django from 6.0 to 6.0.1 (#332) Bumps [django](https://github.com/django/django) from 6.0 to 6.0.1. - [Commits](django/django@6.0...6.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump virtualenv from 20.35.4 to 20.36.1 (#331) Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.4 to 20.36.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.35.4...20.36.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jsonschema from 4.25.1 to 4.26.0 (#330) Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.1 to 4.26.0. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump filelock from 3.20.2 to 3.20.3 (#329) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.2 to 3.20.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.2...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump version from 3.4.9 to 3.5.0 * Bump version to 3.5.0 in package-lock.json * Update launch.json version to 3.5.0 * Update package version to 3.5.0 * Update Pipfile(s) * Update package-lock.json * Update README.md (Migrated to Django 6) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b552470 commit df714eb

8 files changed

Lines changed: 123 additions & 123 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.9",
2+
"version": "3.5.0",
33
"configurations": [
44

55
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[Sonar Cloud Overall Code Summary](https://sonarcloud.io/summary/overall?id=conorheffron_booking-sys&branch=main)
2828

2929
## Technologies
30-
- python3, django 5 admin/framework, django.test, React 18, TypeScipt, & MySQL Server / Sqlite2
30+
- python3, django 6 admin/framework, django.test, React 18, TypeScipt, & MySQL Server / Sqlite2
3131

3232
### Buil & Run via Docker
3333
#### - Update 'DEBUG' in .env to True

backend/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ coverage = "==7.13.1"
1616
defusedxml = "==0.7.1"
1717
dill = "==0.4.0"
1818
distlib = "==0.4.0"
19-
django = "==6.0"
19+
django = "==6.0.1"
2020
django-appconf = "==1.2.0"
2121
django-compressor = "==4.6.0"
2222
django-cors-headers = "==4.9.0"
2323
djangorestframework = "==3.16.1"
2424
djangorestframework-xml = "==2.0.0"
2525
drf-spectacular = "==0.29.0"
2626
drf-yasg = "==1.21.11"
27-
filelock = "==3.20.2"
27+
filelock = "==3.20.3"
2828
idna = "==3.11"
2929
inflection = "==0.5.1"
3030
iniconfig = "==2.3.0"
3131
isort = "==6.1.0"
3232
itypes = "==1.2.0"
3333
jinja2 = "==3.1.6"
34-
jsonschema = "==4.25.1"
34+
jsonschema = "==4.26.0"
3535
jsonschema-specifications = "==2025.9.1"
3636
markupsafe = "==3.0.3"
3737
mccabe = "==0.7.0"
@@ -58,7 +58,7 @@ tomlkit = "==0.13.3"
5858
typing-extensions = "==4.15.0"
5959
uritemplate = "==4.2.0"
6060
urllib3 = "==2.6.3"
61-
virtualenv = "==20.35.4"
61+
virtualenv = "==20.36.1"
6262
whitenoise = "==6.11.0"
6363

6464
[dev-packages]

backend/Pipfile.lock

Lines changed: 14 additions & 14 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.9'
12+
__version__ = '3.5.0'
1313
__author__ = 'Conor Heffron'
1414

1515
# Version synonym

backend/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ coverage==7.13.1
88
defusedxml==0.7.1
99
dill==0.4.0
1010
distlib==0.4.0
11-
Django==6.0
11+
Django==6.0.1
1212
django-appconf==1.2.0
1313
django-compressor==4.6.0
1414
django-cors-headers==4.9.0
1515
djangorestframework==3.16.1
1616
djangorestframework-xml==2.0.0
1717
drf-spectacular==0.29.0
1818
drf-yasg==1.21.11
19-
filelock==3.20.2
19+
filelock==3.20.3
2020
idna==3.11
2121
inflection==0.5.1
2222
iniconfig==2.3.0
2323
isort==6.1.0
2424
itypes==1.2.0
2525
Jinja2==3.1.6
26-
jsonschema==4.25.1
26+
jsonschema==4.26.0
2727
jsonschema-specifications==2025.9.1
2828
MarkupSafe==3.0.3
2929
mccabe==0.7.0
@@ -51,5 +51,5 @@ tomlkit==0.13.3
5151
typing_extensions==4.15.0
5252
uritemplate==4.2.0
5353
urllib3==2.6.3
54-
virtualenv==20.35.4
54+
virtualenv==20.36.1
5555
whitenoise==6.11.0

0 commit comments

Comments
 (0)