Skip to content

Commit

Permalink
Merge pull request #977 from plone/maurits-robotframework-browser-60
Browse files Browse the repository at this point in the history
Pin newer robotframework-browser; run GHA buildout on Python 3.13
  • Loading branch information
davisagli authored Dec 18, 2024
2 parents 3201124 + d97b1b1 commit ecfc2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
- windows-latest
Expand Down
4 changes: 3 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ lxml-html-clean = 0.4.1
manuel = 1.13.0
Markdown = 3.7
mock = 5.1.0
natsort = 8.4.0
orderedmultidict = 1.0.1
outcome = 1.3.0post0
overrides = 7.7.0
Expand All @@ -228,7 +229,7 @@ responses = 0.25.3

robotframework = 6.0.2
robotframework-assertion-engine = 3.0.3
robotframework-browser = 18.8.1
robotframework-browser = 18.9.1
robotframework-debuglibrary = 2.5.0
# robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0,
# but https://github.com/robocorp/robotframework-lsp/issues/947
Expand All @@ -241,6 +242,7 @@ robotframework-seleniumtestability = 2.1.0

rpds-py = 0.22.3
SecretStorage = 3.3.3
seedir = 0.5.0
selenium = 4.9.1
sgmllib3k = 1.0.0
simplejson = 3.19.3
Expand Down

0 comments on commit ecfc2df

Please sign in to comment.