Skip to content

Commit 1bfc06c

Browse files
Release v3.4.6 (#313)
* Release v3.4.6 - [ ] #312 - [ ] #311 - [ ] #310 - [ ] #309 - [ ] #308 * Update package-lock.json * Update __init__.py * Update launch.json * Bump pipenv from 2025.0.4 to 2025.1.1 (#312) Bumps [pipenv](https://github.com/pypa/pipenv) from 2025.0.4 to 2025.1.1. - [Release notes](https://github.com/pypa/pipenv/releases) - [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md) - [Commits](pypa/pipenv@v2025.0.4...v2025.1.1) --- updated-dependencies: - dependency-name: pipenv dependency-version: 2025.1.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 pytest from 9.0.1 to 9.0.2 (#311) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 platformdirs from 4.5.0 to 4.5.1 (#310) Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.5.0...4.5.1) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.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> Co-authored-by: Conor Heffron <conor.heffron@gmail.com> * Bump urllib3 from 2.6.0 to 2.6.1 (#309) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 coverage from 7.12.0 to 7.13.0 (#308) Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.12.0 to 7.13.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.12.0...7.13.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.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> * Update package-lock.json * Update Pipfile(s) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d81b72 commit 1bfc06c

7 files changed

Lines changed: 134 additions & 134 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.5",
2+
"version": "3.4.6",
33
"configurations": [
44

55
{

backend/Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ attrs = "==25.4.0"
1212
certifi = "==2025.11.12"
1313
charset-normalizer = "==3.4.4"
1414
coreschema = "==0.0.4"
15-
coverage = "==7.12.0"
15+
coverage = "==7.13.0"
1616
defusedxml = "==0.7.1"
1717
dill = "==0.4.0"
1818
distlib = "==0.4.0"
@@ -37,14 +37,14 @@ markupsafe = "==3.0.3"
3737
mccabe = "==0.7.0"
3838
mysqlclient = "==2.2.7"
3939
packaging = "==25.0"
40-
pipenv = "==2025.0.4"
41-
platformdirs = "==4.5.0"
40+
pipenv = "==2025.1.1"
41+
platformdirs = "==4.5.1"
4242
pluggy = "==1.6.0"
4343
pygments = "==2.19.2"
4444
pylint = "==3.3.9"
4545
pylint-django = "==2.6.1"
4646
pylint-plugin-utils = "==0.9.0"
47-
pytest = "==9.0.1"
47+
pytest = "==9.0.2"
4848
pytest-django = "==4.11.1"
4949
pytz = "==2025.2"
5050
pyyaml = "==6.0.3"
@@ -57,7 +57,7 @@ sqlparse = "==0.5.4"
5757
tomlkit = "==0.13.3"
5858
typing-extensions = "==4.15.0"
5959
uritemplate = "==4.2.0"
60-
urllib3 = "==2.6.0"
60+
urllib3 = "==2.6.1"
6161
virtualenv = "==20.35.4"
6262
whitenoise = "==6.11.0"
6363

backend/Pipfile.lock

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

1515
# Version synonym

backend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attrs==25.4.0
44
certifi==2025.11.12
55
charset-normalizer==3.4.4
66
coreschema==0.0.4
7-
coverage==7.12.0
7+
coverage==7.13.0
88
defusedxml==0.7.1
99
dill==0.4.0
1010
distlib==0.4.0
@@ -29,14 +29,14 @@ MarkupSafe==3.0.3
2929
mccabe==0.7.0
3030
mysqlclient==2.2.7
3131
packaging==25.0
32-
pipenv==2025.0.4
33-
platformdirs==4.5.0
32+
pipenv==2025.1.1
33+
platformdirs==4.5.1
3434
pluggy==1.6.0
3535
Pygments==2.19.2
3636
pylint==3.3.9
3737
pylint-django==2.6.1
3838
pylint-plugin-utils==0.9.0
39-
pytest==9.0.1
39+
pytest==9.0.2
4040
pytest-django==4.11.1
4141
pytz==2025.2
4242
PyYAML==6.0.3
@@ -50,6 +50,6 @@ sqlparse==0.5.4
5050
tomlkit==0.13.3
5151
typing_extensions==4.15.0
5252
uritemplate==4.2.0
53-
urllib3==2.6.0
53+
urllib3==2.6.1
5454
virtualenv==20.35.4
5555
whitenoise==6.11.0

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conorheffron/booking-sys-frontend",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"private": false,
55
"license": "GPL-3.0-or-later",
66
"description": "React + TypeScript frontend for Booking System",

0 commit comments

Comments
 (0)