Skip to content

Commit b552470

Browse files
Release v3.4.9 (#328)
* Bump version from 3.4.8 to 3.4.9 * Bump version from 3.4.8 to 3.4.9 * Bump version to 3.4.9 * Bump coverage from 7.13.0 to 7.13.1 (#322) * Bump coverage from 7.13.0 to 7.13.1 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.0 to 7.13.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.13.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update __init__.py * Update package.json * Update package-lock.json * Update launch.json --------- 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 react-router (#327) Bumps the npm_and_yarn group with 1 update in the /frontend directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `react-router` from 7.9.4 to 7.12.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump urllib3 in /backend in the pip group across 1 directory (#326) Bumps the pip group with 1 update in the /backend directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 certifi from 2025.11.12 to 2026.1.4 (#325) Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.11.12 to 2026.1.4. - [Commits](certifi/python-certifi@2025.11.12...2026.01.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major ... 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.1 to 3.20.2 (#324) Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.1 to 3.20.2. - [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.1...3.20.2) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.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 pylint-django from 2.6.1 to 2.7.0 (#323) Bumps [pylint-django](https://github.com/pylint-dev/pylint-django) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/pylint-dev/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](pylint-dev/pylint-django@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pylint-django dependency-version: 2.7.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) * Update Pipfile(s) - revert version change to urllib3 * Update requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf036dd commit b552470

7 files changed

Lines changed: 290 additions & 245 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.8",
2+
"version": "3.4.9",
33
"configurations": [
44

55
{

backend/Pipfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pytest-cov = "7.0.0"
99
asgiref = "==3.11.0"
1010
astroid = "==3.3.11"
1111
attrs = "==25.4.0"
12-
certifi = "==2025.11.12"
12+
certifi = "==2026.1.4"
1313
charset-normalizer = "==3.4.4"
1414
coreschema = "==0.0.4"
15-
coverage = "==7.13.0"
15+
coverage = "==7.13.1"
1616
defusedxml = "==0.7.1"
1717
dill = "==0.4.0"
1818
distlib = "==0.4.0"
@@ -24,7 +24,7 @@ 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.1"
27+
filelock = "==3.20.2"
2828
idna = "==3.11"
2929
inflection = "==0.5.1"
3030
iniconfig = "==2.3.0"
@@ -42,7 +42,7 @@ platformdirs = "==4.5.1"
4242
pluggy = "==1.6.0"
4343
pygments = "==2.19.2"
4444
pylint = "==3.3.9"
45-
pylint-django = "==2.6.1"
45+
pylint-django = "==2.7.0"
4646
pylint-plugin-utils = "==0.9.0"
4747
pytest = "==9.0.2"
4848
pytest-django = "==4.11.1"
@@ -57,7 +57,7 @@ sqlparse = "==0.5.5"
5757
tomlkit = "==0.13.3"
5858
typing-extensions = "==4.15.0"
5959
uritemplate = "==4.2.0"
60-
urllib3 = "==2.6.2"
60+
urllib3 = "==2.6.3"
6161
virtualenv = "==20.35.4"
6262
whitenoise = "==6.11.0"
6363

backend/Pipfile.lock

Lines changed: 105 additions & 106 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.8'
12+
__version__ = '3.4.9'
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
@@ -1,10 +1,10 @@
11
asgiref==3.11.0
22
astroid==3.3.11
33
attrs==25.4.0
4-
certifi==2025.11.12
4+
certifi==2026.1.4
55
charset-normalizer==3.4.4
66
coreschema==0.0.4
7-
coverage==7.13.0
7+
coverage==7.13.1
88
defusedxml==0.7.1
99
dill==0.4.0
1010
distlib==0.4.0
@@ -16,7 +16,7 @@ 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.1
19+
filelock==3.20.2
2020
idna==3.11
2121
inflection==0.5.1
2222
iniconfig==2.3.0
@@ -34,7 +34,7 @@ platformdirs==4.5.1
3434
pluggy==1.6.0
3535
Pygments==2.19.2
3636
pylint==3.3.9
37-
pylint-django==2.6.1
37+
pylint-django==2.7.0
3838
pylint-plugin-utils==0.9.0
3939
pytest==9.0.2
4040
pytest-django==4.11.1
@@ -50,6 +50,6 @@ sqlparse==0.5.5
5050
tomlkit==0.13.3
5151
typing_extensions==4.15.0
5252
uritemplate==4.2.0
53-
urllib3==2.6.2
53+
urllib3==2.6.3
5454
virtualenv==20.35.4
5555
whitenoise==6.11.0

0 commit comments

Comments
 (0)