Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngshiheng/six-percent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36322ca354df84981f67c9271fa174cde310cb73
Choose a base ref
..
head repository: ngshiheng/six-percent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61b064a1ee86fc81da1a86d09b40adc7347b07a8
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +5 −5 poetry.lock
  2. +1 −1 pyproject.toml
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ PySimpleGUI = "==4.60.4"
colorlog = "==6.7.0"
cryptography = "==37.0.4"
python = "^3.8"
selenium = "==4.9.0"
selenium = "==4.9.1"

[tool.poetry.dev-dependencies]
autopep8 = "==2.0.2"