Skip to content

Commit

Permalink
Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Jul 16, 2024
1 parent 4d72a9f commit c01ec1b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class ShuntingYardAlgo
{
private string _result = "";
private string _previousToken = "";
private string[] _tokens;
private string[] _tokens = new String[] { ""};

public string Transform(string expression)
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = "Booking reference service"
authors = ["Zeger Hendrikse <zegerh@yahoo.co.uk>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.11"
python = ">=3.10.0,<3.13"
pyhamcrest = "^2.1.0"
pytest-watch = "^4.2.0"
PyHamcrest = "^2.0.4"
cherrypy = "^18.8.0"
cherrypy = "^18.10.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit c01ec1b

Please sign in to comment.