Skip to content

Commit

Permalink
Release 0.7.12 (#530)
Browse files Browse the repository at this point in the history
* Bump bcrypt from 4.1.1 to 4.1.2 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.1 to 4.1.2.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump marshmallow-sqlalchemy from 0.29.0 to 0.30.0 in /server

Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 0.29.0 to 0.30.0.
- [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow-sqlalchemy@0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: marshmallow-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump python-dateutil from 2.8.2 to 2.9.0.post0 in /server

Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0.post0)

---
updated-dependencies:
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Release] 0.7.12

* [Fix] Python unit test failures

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Tim020 and dependabot[bot] authored Jun 1, 2024
1 parent 0041240 commit f6d8464
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -r test_requirements.txt
- name: Run tests
run: |
python -m pytest --junitxml=junit/test-results.xml
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.7.11",
"version": "0.7.12",
"private": true,
"scripts": {
"build": "vite build",
Expand Down
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tornado==6.4
tornado-sqlalchemy==0.7.0
datetime==4.9
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
pylint-ignore==2022.1025
marshmallow-sqlalchemy==0.29.0
marshmallow-sqlalchemy==0.30.0
tornado-prometheus==0.1.2
bcrypt==4.1.1
bcrypt==4.1.2
anytree==2.12.1
1 change: 1 addition & 0 deletions server/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest<8.2

0 comments on commit f6d8464

Please sign in to comment.