Skip to content

Commit

Permalink
chore: deps update (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Jan 18, 2022
1 parent f7a12ba commit 1b98e1d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
dist: xenial
sudo: true
install:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: 'Toggl CLI - Documentation'
site_description: 'Command line tool and set of Python wrapper classes for interacting with toggl''s API'
site_author: 'Adam Uhlíř'

copyright: 'Copyright &copy; 2020 <a href="https://uhlir.dev">Adam Uhlíř</a>'
copyright: 'Copyright &copy; 2022 <a href="https://uhlir.dev">Adam Uhlíř</a>'

repo_name: 'auhau/toggl-cli'
repo_url: 'https://github.com/auhau/toggl-cli'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pendulum==2.1.2
requests>=2.23.0
click==8.0.1
inquirer==2.7.0
click==8.0.3
inquirer==2.9.1
PTable==0.9.2
validate_email==1.3
click-completion==0.5.2
pbr==5.6.0
pbr==5.8.0
notify-py==0.3.3
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
pytest==6.2.5
pytest-mock==3.6.1
pytest-cov==2.12.1
factory_boy==3.2.0
mkdocs-material==6.1.6
mkdocs==1.2.2
factory_boy==3.2.1
mkdocs-material==8.1.7
mkdocs==1.2.3

0 comments on commit 1b98e1d

Please sign in to comment.